Skip to content

An example project showing a way to use React-Router (and async calls) with the Flux implementation, Alt.

Notifications You must be signed in to change notification settings

lostpebble/alt-react-router-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example project showing a way to use React-Router (and async calls) with the Flux implementation, Alt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages