Skip to content

Latest commit

 

History

History
210 lines (172 loc) · 9.38 KB

README.md

File metadata and controls

210 lines (172 loc) · 9.38 KB

Building from Source

  • Fetch latest source code from master branch.
rajput-hemant@arch:~$ git clone https://github.com/rajput-hemant/threejs-journey
  • Move to desired module directory.
rajput-hemant@arch:~$ cd threejs-journey/
rajput-hemant@arch:~/threejs-journey$ cd 03-basic-scene/
  • Install dependencies and run dev server.
rajput-hemant@arch:~/threejs-journey/03-basic-scene$ npm install
rajput-hemant@arch:~/threejs-journey/03-basic-scene$ npm run dev