Skip to content

How to run on Windows

nandhoman edited this page Apr 25, 2020 · 1 revision
  1. 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.
  2. make sure you download nodejs.
  3. Go to the folder off the back-end cd F:\github\Nanoleaf-Api-Mocking\Serverside Back-end
  4. Download dependencies npm install body-parser npm install http npm install express
  5. Run server node endpoints.js
  6. Check route, port 3000 need to be open to the wan
Clone this wiki locally