Skip to content

johnkegd/threejs

Repository files navigation

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!