When these prerequisites are installed, to initialize the solution you must go to the solution root directory and run this command :
npm installThe app directory contains controllers and views. The application rules and data access layer must be in the app_engine directory.
In order to understand this architecture project, you should read this blog article
To add a package and save it to your bower config file, run this command :
bower install <package-name> --saveBuild the website :
grunt buildLaunch the website :
grunt webTest the website (tslint+karma) :
grunt testingAccess the website localy :
http://localhost:5000/