Skip to content

frizio/demo-threejs-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo ThreeJS from Udemy Course: ThreeJS and Typescript

Bootstrap project

npm init -y
npm i -D typescript
npx tsc -v
npx tsc --init

Install Three.js -> 0.138.3 [ al 04 / Marzo / 2022 ]

npm i -D three @types/three

Run in development mode

npm run dev

Run in production mode

npm i -g http-server
npm run build
http-server ./dist/client

Deploy on GitHub pages

npm i -g gh-pages
gh-pages -d dist/client
or
npm run deploy-ghp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors