marc-harry / angular2-seed-ngrx-store

Angular2 seed project with @ngrx/store and sub routing using new router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular2-seed-ngrx-store

A simple starter project demonstrating the basic concepts of Angular 2 with routing and @ngrx/store.

This project uses Webpack.

Based on angular2-seed.

Usage

  • Clone or fork this repository
  • Make sure you have node.js installed
  • cd to the directory created
  • run npm install -g webpack webpack-dev-server typings typescript to install global dependencies
  • run npm install to install dependencies
  • run npm start to fire up dev server
  • open browser to http://localhost:3000

Docker Usage

  • run docker build -t <your-name>/angular2-seed-ngrx-store .
  • run docker run -d --name ng2 -p 80:80 <your-name>/angular2-seed-ngrx-store
  • open browser to http://<your-docker-ip>

About

Angular2 seed project with @ngrx/store and sub routing using new router

License:MIT License


Languages

Language:TypeScript 75.7%Language:HTML 13.2%Language:JavaScript 11.1%