Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 515 Bytes

File metadata and controls

executable file
·
22 lines (14 loc) · 515 Bytes

Deploy

React Tutorial

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

To use

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