Skip to content

High-quality, modular starter (seed) project for Angular 2 apps with @ngrx and statically typed build and AoT

License

Notifications You must be signed in to change notification settings

wizardnet972/angular2-seed-ngrx

 
 

Repository files navigation

Introduction

My seed implementation for angular2 + @ngrx library.

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7.

Here is how to speed-up the build on Windows.

In order to start the seed use:

git clone --depth 1 https://github.com/wizardnet972/angular2-seed-ngrx.git
cd angular-seed-ngrx
# install the project's dependencies
npm install
# watches your files and uses livereload by default
npm start
# api document for the app
# npm run build.docs

# to start deving with livereload site and coverage as well as continuous testing
npm run start.deving

# dev build
npm run build.dev
# prod build
npm run build.prod
# prod build with AoT compilation
npm run build.prod.exp

# dev build of multiple applications (by default the value of --app is "app")
npm start -- --app baz
npm start -- --app foo
npm start -- --app bar

About

High-quality, modular starter (seed) project for Angular 2 apps with @ngrx and statically typed build and AoT

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 69.4%
  • JavaScript 16.1%
  • HTML 7.3%
  • CSS 4.8%
  • Nginx 2.4%