Skip to content

seed2whale/create-react-project

Repository files navigation

create-react-project

프로젝트 세팅 전에 변경할 것!

  • package.jsonname, author
  • codecept.conf.tsname

Install dependencies

npm install

Run web server

npm start

Run tests

npm test

Lint and fix all

npm run lint

Build

npm run build