An open API service indexing awesome lists of open source software.

https://github.com/jaykan/angular2-redux

Sample project using Redux && Immutable.js with Angular2, TypeScript and Webpack
https://github.com/jaykan/angular2-redux

angular angular2 angular2-redux

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Angular2 Redux
[![Angular 2 Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://github.com/mgechev/angular2-style-guide)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![Dependency Status](https://david-dm.org/JayKan/angular2-redux/status.svg)](https://david-dm.org/JayKan/angular2-redux)
[![devDependency Status](https://david-dm.org/JayKan/angular2-redux/dev-status.svg)](https://david-dm.org/JayKan/angular2-redux?type=dev)

## 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](https://github.com/JayKan)