Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 488 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 488 Bytes

Server-side

Install dependencies

npm install

install mongo

brew install mongo

launch mongod

mongod

Run Proxy Server

npm run launchProxy

Run Server

npm run launchServer

Set the proxy

Go to network/wifi setting: set the proxy up for http and https: to 127.0.0.1, port 8124

Client

cd client

launch the client on port 3001

npm start It will tell you the server is already running on port 3000, so accept, by entering Y. It will be served on port 3001;