Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 392 Bytes

File metadata and controls

21 lines (15 loc) · 392 Bytes

Quick Start

npm install

Build the UI

npx webpack

Run the server

npm run start

Open the Client

To open the client on the host computer, go to http://localhost:3000 in a browser

To open the client on a networked computer, use ifconfig config to find the correct IP address for your configured adapter. Open http://xx.xx.xx.xx:3000 in a browser