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