/react-tutorial-es2015

Tutorial of React with ES2015 syntax

Primary LanguageJavaScriptMIT LicenseMIT

react-tutorial-es2015

A tutorial of React with ES2015 syntax, Webpack, and Babel.

How to use

  1. Build an environment of Node.js. I used nodebrew.

  2. Clone this repository.

  3. Install dependancies:

npm install
  1. Start API server:
python server.py

API server is located at http://localhost:3001

  1. Now you can run local server:
npm start

Local server is located at http://localhost:3000

References