/cannon-three-template

Three.js & Cannon.js template with Parcel & Typescript.

Primary LanguageTypeScript

Cannon Three Template

Three.js & Cannon.js template with Parcel & Typescript.

Usage

Download

With git

git clone https://github.com/rasmusmerzin/cannon-three-template [project_name]

With degit

degit rasmusmerzin/cannon-three-template [project_name]

Scripts

  • yarn dev to start the development server
  • yarn clean to remove build and cache
  • yarn build to build for production

When using npm replace yarn with npm run.