Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 242 Bytes

File metadata and controls

16 lines (13 loc) · 242 Bytes

server-example

Example web server project.

Run Server

$ npm install
$ node server.js

Run Client

$ cd client npm install
$ npm run host

Note: The server port number is currently hard coded in the client/src/App.js file.