Skip to content

Idiomatic-Programmers/DancingTerrainDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors