Skip to content

proactima/ReactTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published