Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.36 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.36 KB

React and Flux from Scratch - Fluent 2016

##NOTE: This is the COMPLETED version. I'm just posting this so you can copy and paste individual files to save typing, and to help debug issues with your version. The starter kit for the session is here: https://github.com/coryhouse/fluent2016

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!