This is a playground for my React adventures. Hopefully this repo will demonstrate some of the following when I'm done:
In progress
- how to structure an application
- compiling with babel to provide at least ES6 support
- building with webpack
- isomorhpic react app using express
- usage of flux pattern with redux
- maybe even a TODO app... who knows
Future
- use isomorhpic react-router
- potentially other JS lanagages such as purescript
- code re-use for react-native
- code re-use for desktop app using elektron
To be continued....
To run this app, ensure you have at least the latest LTS version of node (v6.9.4 at time of writing), and the latest npm (v4.1.1 at time of writing).
npm install
npm run build
DEBUG=reactplayground npm start