Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 710 Bytes

File metadata and controls

22 lines (20 loc) · 710 Bytes

Test of React.JS

Should be working by just opening index.html in a browser.

Running with Node.JS

  • Install node.js
  • Open terminal/node command prompt and install:
  • npm install connect
  • npm install grunt -g
  • npm install grunt-cli -save-dev -g
  • npm install grunt-browserify --save-dev
  • npm install grunt-react --save-dev
  • npm install grunt-contrib-uglify --save-dev
  • npm install react --save-dev
  • npm install browserify-shim --save-dev
  • npm install backbone --save-dev
  • npm install less --save-dev
  • npm install grunt-contrib-less --save-dev
  • npm install grunt-contrib-watch --save-dev
  • Run grunt (grunt)
  • Start the node server (node server.js)
  • Navigate to http://localhost:8080