Skip to content

Idiomatic-Programmers/threejs_starter_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three js starter kit

This kit provides a basic boilerplate code for building a Three js project.

Three js Documentation: https://threejs.org/docs/

Installation

git clone https://github.com/Idiomatic-Programmers/threejs_starter_kit.git <PROJECT_NAME>
cd <PROJECT_NAME>
npm install

Be sure to change <PROJECT_NAME> with you project name.

Run Dev Mode

npm run dev

Build for Production

npm run build

All the files will be loaded to dist folder