Skip to content

hellohaoyu/react-tutorial

 
 

Repository files navigation

React Learning Example

This is a example code that inheriented from React tutorial.

Node

npm install
node server.js

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

Changing the port

You can change the port number by setting the $PORT environment variable before invoking any of the scripts above, e.g.,

PORT=3001 node server.js

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • CSS 24.2%
  • HTML 8.2%