Skip to content

pedrojpj/angular2-starter

Repository files navigation

angular-ngrx-starter

Starter kit for Angular 2 with ngrx and AOT (Ahead of Time Compilation)

Features

  • NGRX: Reactive Extensions for Angular ngrx

  • Lazy Loading Lazy Loading

  • AOT (Ahead of Time Compilation) AOT

  • Bulma (Modern CSS framework base on Flexbox) Bulma

Quick Start

Dependencies

What you need to run this app:

  • node and npm (Use NVM)
  • Ensure you're running Node (v5.x.x+) and NPM (3.x.x+)

Installing

  • fork this repo
  • clone your fork
  • yarn to install all dependencies

Developing

After you have installed all dependencies you can now start developing with:

  • yarn server:dev

With Hot Module Replacement (HMR):

  • yarn server:dev:hmr

Production

To build your application, run:

  • yarn build:aot

You can now go to /dist and deploy that to your server!

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author


License

Copyright © 2017 [] Licensed under the ISC license.

Releases

No releases published

Packages

No packages published

Languages