-
Clone this repository on your system
-
Open Terminal or Command Prompt on root directory of this project and type: npm init -y
-
npm install express
-
npm install three
-
Now open package.json file under "scripts": type "start": "node app.js"
-
And finally open your Terminal or Command Prompt on root directroy and type: npm start
-
open browser and type localhost:3000