https://github.com/lostpebble/alt-react-router-example
An example project showing a way to use React-Router (and async calls) with the Flux implementation, Alt.
https://github.com/lostpebble/alt-react-router-example
Last synced: 3 months ago
JSON representation
An example project showing a way to use React-Router (and async calls) with the Flux implementation, Alt.
- Host: GitHub
- URL: https://github.com/lostpebble/alt-react-router-example
- Owner: lostpebble
- Created: 2015-02-17T08:50:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T01:38:46.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T18:12:08.513Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/goatslacker/alt
- Size: 629 KB
- Stars: 79
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
alt react-router example
========================An example project showing a way to create react-router React projects with the Alt flux implementation.
### Install and run
```
npm install
npm start
```### Building on top of this project
I used gulp to compile all the scripts (forwarded to webpack), images and the SCSS styles.
To compile and watch scripts, styles and images just run:
```
gulp
```Then, to start a live server, in a different console window, you can run **either**:
```
gulp liveserver
npm start
```This also will refresh the live server if any changes to scripts, styles or images are detected.