Skip to content

hcbelias/baseWebapp

Repository files navigation

superstars

This project 11was generated with the Angular Full-Stack Generator version 3.7.5.

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  4. Run gulp serve to start the development server. It should automatically open the client in your browser when ready..

  5. 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)

Build & development

Run gulp build for building and gulp serve for preview.

Testing

Running npm test will run the unit tests with karma..

Node Security

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published