- npm install -g webpack webpack-dev-server protractor cucumber
- Within the project folder: npm install
- npm run backend for starting the application backend (localhost:3000)
- npm run frontend for starting the dev server and running the application frontend (localhost:8080)
- npm run build for creating a bundle (prod)
- protractor protractor.config.js for executing the end-2-end tests