A no-frills get started now package for those interested in React, Reflux, ES6 & Webpack.
It's a demonstration of
- Using webpack to compile ES6 JavaScript to ES5 JavaScript to work on run-of-the-mill browsers
- Getting started with basic React components using ES6 syntax.
- Getting started using Reflux Stores & Actions.
A substitute for reading the docs. Find them here, here, and here
- Make sure you've got nodejs installed. You can easily find guides elsewhere to do this.
- Clone this repo &
cd
into the root directory - Install necessary npm packages using
npm install
. npm start
to start the webpack-dev-server.- Navigate to
localhost:8080
. - To build (eg. for production), run
npm run build
Fork and submit a PR as usual.