Skip to content

Production ready Angular + Webpack + Gulp build system. Jasmine Unit Tests run with Karma. E2E tests run with Protractor.

Notifications You must be signed in to change notification settings

peter-mach/production-angular-webpack-gulp

Repository files navigation

PROJECT INSTRUCTIONS

Before attempting any operation run npm install

Build and run production release:

  1. gulp --production
  2. node index.js
  3. in the browser navigate to http://localhost:8000

Run the unit tests:

  1. gulp test

Run the project in dev mode:

  1. run node index.js
  2. in the second terminal window run gulp serve
  3. in the browser navigate to http://localhost:5000

About

Production ready Angular + Webpack + Gulp build system. Jasmine Unit Tests run with Karma. E2E tests run with Protractor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published