Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 800 Bytes

readme.md

File metadata and controls

39 lines (24 loc) · 800 Bytes
johnkegd animated logo

Threejs library journary

My travel through the learning path of three js library

https://github.com/johnkegd/threejs/actions/workflows/node.js.yml

NEW DEMO: URL

Project Setup

Download Node.js Run this followed commands:

  1. Install dependencies (only the first time)
  npm install
  1. Run the local server at localhost:8080
  npm run dev
  1. (Optional) Build for production in the exercises/dist/ directory
  npm run build

Contributing

Contributions are always welcome!