-
Notifications
You must be signed in to change notification settings - Fork 0
How to run on Windows
nandhoman edited this page Apr 25, 2020
·
1 revision
- Deploy the folder front-end to a webserver. Change in the source code \Front-end\BEsocket.js the request location to your own back-end server.
- make sure you download nodejs.
- Go to the folder off the back-end
cd F:\github\Nanoleaf-Api-Mocking\Serverside Back-end
- Download dependencies
npm install body-parser
npm install http
npm install express
- Run server
node endpoints.js
- Check route, port 3000 need to be open to the wan