Full documentation about it here
npm run build
- run webpack using the localwebpack.config.js
file. Builds the client-side code into/lib
.npm start
- builds the code and opensindex.html
inside the browser.npm test
- run the tests using the local.mocharc.js
config file. As the config includes the Babel transpilation hook@babel/register
it does not require pre-compilation before running.