// 타입스크립트 프로젝트 생성 npx create-react-app 디렉토리명 --template typescript
// Tailwind CSS 설치 npm install tailwindcss postcss autoprefixer npx tailwindcss init -p
// Zustand 설치 npm install zustand
// react-router-dom 설치 npm install react-router-dom
// npm으로 Tailwind CSS 설치 npm install tailwindcss@latest postcss@latest autoprefixer@latest
// zustand 설치 npm install zustand
npm run build
npm start
npm run test