This project 11was generated with the Angular Full-Stack Generator version 3.7.5.
- Git
- Node.js and npm Node ^4.2.3, npm ^2.14.7
- Bower (
npm install --global bower
) - Ruby and then
gem install sass
- Gulp (
npm install --global gulp
) - MongoDB - Keep a running daemon with
mongod
- [WindowsUsers] Install Windows SDK 8(https://developer.microsoft.com/en-us/windows/downloads/windows-8-1-sdk) and Windows SDK 10(https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
-
Run
npm install
to install server dependencies. -
Run
bower install
to install front-end dependencies. -
Run
mongod
in a separate shell to keep an instance of the MongoDB Daemon running -
Run
gulp serve
to start the development server. It should automatically open the client in your browser when ready.. -
Run
gulp serve:debug
to start the development serverin debug mode. You need to open in browser the address: http://localhost:8080/?port=5858(Usually takes much longer to start the project)
Run gulp build
for building and gulp serve
for preview.
Running npm test
will run the unit tests with karma..
To install node security npm package audition run:
npm install gulp-nsp --save-dev
Then update the gulp file according to nsp
Then run gulp nsp