npm install
Start dev server:
npm run server:dev
Open a browser and visit http://localhost:3000
npm run test-unit
Run watching file changes:
npm run test:watch
Build the application:
npm run build
Start selenium server:
npm run selenium-server
Start server:
npm start
Execute tests:
npm run test-acceptance
Run the following command which will compile all the necessary files in a /dist folder.
npm run build
After this you can start a production server for testing:
npm start
This project is using the standard rules:
npm run lint