Skip to content

meeroslav/angular-seed

Repository files navigation

angular seed

Build Status

Angular (2+) seed for future applications

Included

  • Angular
  • Typescript
  • TSLint
  • Webpack
  • Karma test runner with PhantomJS and Chrome
  • Protractor E2E test runner on Chrome
  • Test coverage with HTML and TeamCity reporter
  • Translations
  • Custom config files

Installation

Make sure you have NodeJS installed (version 5+).

npm install

Build

For development build. Config used is dev.

npm run build

Variants

Production with minified/uglified files and prod config:

npm run build:prod

staging config and source maps:

npm run build:staging

Continuous integration ci config and source maps:

npm run build:ci

Run

For development/debugging run with file watcher included:

npm run start

Watch

npm run watch

Unit test

npm run test

Automation test

npm run e2e

Docs

npm run docs

About

ngx seed with custom Bootstrap 4 theme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •