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

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

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