Simple project to go along with my Intro to React.js talk.
You need Gulp installed globally:
$ npm install -g gulpThen:
$ git clone [git-repo-url] react-talk
$ cd react-talk
$ npm install
$ gulp If you want to run with LiveReload, install the LiveReload browser plugin and:
$ gulp dev Once that's running, any changes to the code you save will automatically be shown in the browser.
MIT