williamkunz / es6.react.talk

Starter kit for my ES6 & React.js talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Starter kit for my ES6 & React.js talk


Languages

Language:JavaScript 83.2%Language:HTML 15.4%Language:CSS 1.5%