Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/freeqaz/redux-simple-router-example
- Owner: freeqaz
- License: mit
- Created: 2015-11-19T00:10:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T07:00:47.000Z (almost 4 years ago)
- Last Synced: 2024-08-29T18:37:29.073Z (4 months ago)
- Language: JavaScript
- Size: 2.47 MB
- Stars: 33
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!