Skip to content

Three.js Journey - Practice projects w/ source-code for Three.js course by Bruno Simon

License

Notifications You must be signed in to change notification settings

rajput-hemant/threejs-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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