Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 555 Bytes

Deploy

React Tutorial

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

To use

Start a server with one of the following:

Ruby

ruby server.rb

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 ruby server.rb