React and Flux from Scratch - Fluent 2016
Please complete the following machine setup in advance:
- Install the latest LTS version of Node - Currently, that's 4.2.6.
- Install Git.
- Download an editor that supports JSX and install the appropriate plugin. I recommend Atom, SublimeText, or Webstorm. Atom is free. SublimeText and Webstorm offer free trials. All three run on Windows and Mac.
- Clone this repository. Open the command line and run this in the directory where you plan to work:
git clone https://github.com/coryhouse/fluent2016.git
- Install the dependencies.
cd fluent2016
and then run this:npm install
- Run the starter kit. Run this:
npm start
. This will start the development webserver. - Open http://localhost:9005. If you see the welcome page, you're all set!
- Optional: Get the finished product - Want to the final version of the demo app we're building? Then clone this repo too.