Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 386 Bytes
  1. Clone this repository on your system

  2. Open Terminal or Command Prompt on root directory of this project and type: npm init -y

  3. npm install express

  4. npm install three

  5. Now open package.json file under "scripts": type "start": "node app.js"

  6. And finally open your Terminal or Command Prompt on root directroy and type: npm start

  7. open browser and type localhost:3000