/es6.react.talk

Starter kit for my ES6 & React.js talk

Primary LanguageJavaScript

ES6 & React talk template

Install

Use Node 5.4.x

Install webpack & node-gyp for old dependencies:

$ npm install -g webpack
$ npm install -g node-gyp

Clone repository and run:

$ npm install

Development

To run a local dev server:

$ npm start

Go to localhost:8080 and see the magic happen.