Skip to content

A simple code boilerplate to easily get your hands dirty pretty quickly with ThreeJS

License

Notifications You must be signed in to change notification settings

kenhorlador/threejs-code-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreeJS Boilerplate

This is a simple boilerplate for ThreeJS

Setup

You have to first download Node.js. Then run these following commands:

# Install the dependencies in order for the app to load properly
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

About

A simple code boilerplate to easily get your hands dirty pretty quickly with ThreeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published