Skip to content

Sample project using Redux && Immutable.js with Angular2, TypeScript and Webpack

License

Notifications You must be signed in to change notification settings

JayKan/angular2-redux

Repository files navigation

Angular2 Redux

Angular 2 Style Guide MIT license Dependency Status devDependency Status

Getting Started

Dependencies Prerequisites

Make sure you have Node version >= 5.11 and NPM >= 3

Once you have those, you should install these globals with npm install --global:

  • webpack (npm install --global webpack)
  • webpack-dev-server (npm install --global webpack-dev-server)
  • typings (npm install --global typings)

Running Development

Once you have installed all prerequisites,

  • fork this repo
  • clone your fork
  • nvm use use the node version from .nvmrc
  • npm install to install all dependencies
  • npm run typings to install all related typings
  • npm start to run our demo app locally

License

MIT © Jay Kan

About

Sample project using Redux && Immutable.js with Angular2, TypeScript and Webpack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published