/reactandfluxdemo

demo application using React, React Router, and Flux

Primary LanguageJavaScript

reactandfluxdemo

demo application using React, React Router, and Flux

##This Demo app shows you the following:

  • React, React Router, and Flux for responsive UI development
  • Browserify bundling
  • jQuery with Bootstrap for styling
  • Gulp build that:
    -- compiles JSX
    -- lints JSX and JS via ESLint
    -- bundles JS and CSS files
    -- migrates the built app to the dist folder
    -- runs a dev webserver
    -- opens your browser at the dev URL
    -- reloads the browser upon save

##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.
  6. gulp - Builds the project and opens your browser.
  7. Navigate to http://localhost:9005/ if your browser doesn't open automatically.