npm install
Run the following command which will compile all the necessary files in a /dist
folder.
npm run build
Start dev server:
npm run dev-server
Open a browser and visit http://localhost:3000
Build the application first:
npm run build
Start selenium server:
npm run selenium-server
Start application server:
npm run pro-server
Execute tests:
npm run test-acceptance
This project is using the standard rules:
npm run lint