Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

datetime-flux-iso

Isomorphic react application using flux.

Running This

npm install; npm run build; npm start

Then open your browser to localhost:8080 and enjoy.

What

The purpose of this application is to show how an isomorphic react application using flux works with iso.

For this guide we’ll be creating a very simple application which has a list of travel destinations and allows you to favorite which ones you’re interested in. Let’s get started.

License

MIT