- Node.js (recommended 8.x).
- npm install -g bower grunt-cli
- cd project_directory (this file's dir)
- for server-side packages: npm install
- for client-side packages: bower install
- grunt serve
- open localhost:9000 in browser
- grunt build
- Find the build result in the 'dist' sub-folder. In the 'dist' folder you find 'public' (front-end) folder. 'public' folder is a static files of webapp and ready for deploy to webserver.