https://github.com/angular-redux/system-js-example
Example of using ng2-redux with the Angular Quickstart SystemJS Seed
https://github.com/angular-redux/system-js-example
Last synced: 9 months ago
JSON representation
Example of using ng2-redux with the Angular Quickstart SystemJS Seed
- Host: GitHub
- URL: https://github.com/angular-redux/system-js-example
- Owner: angular-redux
- License: mit
- Created: 2017-01-02T02:47:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T22:35:52.000Z (over 8 years ago)
- Last Synced: 2025-03-21T15:10:58.921Z (9 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple @angular-redux/store example with SystemJS config
This repo was cloned from the Angular2 quickstart example:
https://angular.io/docs/ts/latest/guide/setup.html
It's a trivial counter built with
[@angular-redux/store](https://npmjs.org/packages/@angular-redux/store); it's
main purpose is to show how to set up @angular-redux/store in a
SystemJS/TypeScript/LiveServer environment.
# How to Run It
The usual steps:
```
npm install
npm start
```
Point your browser at http://localhost:3000