Skip to content

Latest commit

 

History

History
executable file
·
31 lines (18 loc) · 314 Bytes

File metadata and controls

executable file
·
31 lines (18 loc) · 314 Bytes

React Basic Base

Features

  • standard (linter)
  • Husky
  • Sass
  • serve
  • webpack

scripts

build production version

npm run build 

Development environment

npm run dev

Code review

npm run lint

Fix code

npm run lint:fix

Serve production application in port 4000

npm run start