Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.26 KB

File metadata and controls

12 lines (11 loc) · 1.26 KB

React and Flux from Scratch - Fluent 2016

Please complete the following machine setup in advance:

  1. Install the latest LTS version of Node - Currently, that's 4.2.6.
  2. Install Git.
  3. 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.
  4. 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
  5. Install the dependencies. cd fluent2016 and then run this: npm install
  6. Run the starter kit. Run this: npm start. This will start the development webserver.
  7. Open http://localhost:9005. If you see the welcome page, you're all set!
  8. Optional: Get the finished product - Want to the final version of the demo app we're building? Then clone this repo too.