lukasgor / react-flux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React with Flux

This is React with flux test app followed by pluralsight 'Building Applications with React and Flux' tutorial with es6 addition.

##To get started:

  1. Install NodeJS
  2. Download this repo
  3. Open the command line of your choice and cd to the root directory of this repo on your machine
  4. npm install - Installs packages
  5. npm install -g gulp - Installs gulp globally. Why globally?
  6. gulp - Builds the project and opens your browser.
  7. Navigate to http://localhost:9005/ if your browser doesn't open automatically.

About


Languages

Language:JavaScript 100.0%Language:HTML 0.0%