/learningreactjs

Initial codebase for getting started with ReactJS

Primary LanguageJavaScript

learningreactjs

Initial codebase for getting started with ReactJS

installation

  • clone git repo to your machine
  • run npm install from home directory to get dependencies
  • install gulp if you do not have it npm install gulp -g
  • run gulp from home directory to build JS, it will continue running in background to watch for any changes
  • run node server.js from home director in a new tab to launch server
  • Go to 'http://localhost:3000' in a browser (ideally Chrome) if it says 'It works!', give yourself a pat on the back for a job well done!