Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freeqaz/redux-simple-router-example

This is a simple example of how to use redux-simple-router.
https://github.com/freeqaz/redux-simple-router-example

Last synced: about 2 months ago
JSON representation

This is a simple example of how to use redux-simple-router.

Awesome Lists containing this project

README

        

# redux-simple-router-example
This is a simple example of how to use redux-simple-router.
Feel free to critique this via opening an issue or sending a PR.

![Screenshot](https://i.imgur.com/I4FWtez.png)

[Live Example](http://freeqaz.github.io/redux-simple-router-example/)

To run this, simply `git clone` the repo and then run:

```shell
npm install
npm run example
# Navigate to localhost:9001 to check it out!
```

Thanks!