Windows PowerShell:
- install Node.js Then check
node --version
npm --version
- Clone the repo and go to the folder
git clone https://github.com/HarryP0ster/WebGL-Page
cd install-directory
- Install Express
npm install express
- Run Node.js application
node server.js
Go to http://127.0.0.1:1337 in your browser