This is a small sample app built with react, react-router, fluxible-app, webpack, react-hot-loader and spotify search api to demonstrate isomorphic JavaScript concepts.
Credits to https://github.com/alexaivars/isomorphic-react for original code base
$ npm install
This starts up the server and webpack's dev server with hot reloading
$ npm run start-dev
This builds production assets and start the server in production mode
$ npm start
- Running production builds - precompiling webpack into a 'build' folder (done)
- Production builds should support cache-busting (done)
- Production builds should support commons chunk and page specific chunks.
- Builds should also support asynchronous script loading with React router.
- Handle non-JS builds.