Skip to content

yeji0214/5-bluestarfish-blueberry-fe

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • CSS 3.1%
  • Other 0.9%