/ReactStackDemo-ES6

ES6 lateset Reactjs babel demo

Primary LanguageJavaScript

ReactStackDemo-ES6

This is a demo for an HTML5 application, powered by React, Flux, Jsx, Webpack & Babel written in ES6.

It's a simple react example written by es6(ECMAScript6)

and use Babel to transfer es6 code to 5.

Also used React Codemirror,highlighting js for code editor and highlighting code lines in editor.

Getting started

Development

$ git clone https://github.com/bacancy/ReactStackDemo-ES6.git
$ cd ReactStackDemo-ES6
$ npm install

Use webpack to build scripts

$ cd ReactStackDemo-ES6
$ npm run build

To view in browser open index.html file located in root folder(ReactStackDemo-ES6) in browser.