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

neolwc/react-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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