Skip to content

ryancharlesking/fluent2016complete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

The completed Fluent2016 Demo at https://github.com/coryhouse/fluent2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 2.2%