My travel through the learning path of three js library
Download Node.js Run this followed commands:
- Install dependencies (only the first time)
npm install
- Run the local server at localhost:8080
npm run dev
- (Optional) Build for production in the exercises/dist/ directory
npm run build
Contributions are always welcome!