nkmrtty / react-tutorial-es2015

Tutorial of React with ES2015 syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tutorial of React with ES2015 syntax

License:MIT License


Languages

Language:JavaScript 69.7%Language:Python 17.1%Language:HTML 12.1%Language:CSS 1.1%