Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 557 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 557 Bytes

// 타입스크립트 프로젝트 생성 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

production 배포 env실행

npm run build

development 개발 env실행

npm start

test 개발 env실행

npm run test