Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 268 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 268 Bytes
  • npm run start - runs the compiler and a server at the same time in dev mode with HMR (Hot Module Replacement) 🔥.
  • npm run build - runs the compiler once and generates a production build.
  • npm run build_serve - it makes a build and serves it to port 8080.