Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhabpaul/learning-threejs
https://github.com/madhabpaul/learning-threejs
threejs webgl
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madhabpaul/learning-threejs
- Owner: madhabpaul
- Created: 2021-05-25T19:26:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T06:49:14.000Z (over 3 years ago)
- Last Synced: 2023-05-27T16:26:57.619Z (over 1 year ago)
- Topics: threejs, webgl
- Language: JavaScript
- Homepage: https://threejsaction.netlify.app/
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Journey
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```