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
- Host: GitHub
- URL: https://github.com/jaykan/angular2-redux
- Owner: JayKan
- License: mit
- Created: 2016-09-07T21:44:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T21:49:58.000Z (over 9 years ago)
- Last Synced: 2025-08-16T16:33:04.522Z (10 months ago)
- Topics: angular, angular2, angular2-redux
- Language: CSS
- Homepage: https://angular2-redux.firebaseapp.com/
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular2 Redux
[](https://github.com/mgechev/angular2-style-guide)
[](http://opensource.org/licenses/MIT)
[](https://david-dm.org/JayKan/angular2-redux)
[](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)