Isomorphic react application using flux.
npm install; npm run build; npm startThen open your browser to localhost:8080 and enjoy.
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.