wulliam / react-tutorial

Code from the React tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React comment box example

This is the React comment box example from the React tutorial.

To use

npm install express
npm install body-parser
node server.js

And visit http://localhost:3000/. Try opening multiple tabs!

This fork version changes

Use latest express version (express@4.13.3) and body-parser(body-parser@1.13.3) update to use CDN in China (cdn.staticfile.org), the origin CDS is blocked by GWF in China.

About

Code from the React tutorial


Languages

Language:JavaScript 96.4%Language:CSS 2.1%Language:HTML 1.5%