Run npm i
at first and then you can use these commands below.
npm start
- Start building and watching
src/*
. - Open
http://localhost:3333
.
- Start building and watching
npm testing
- Start testing and watching
src/scripts/*
.
- Start testing and watching
npm run build
- Build sorce code with production mode.
There are more commands defined here.