https://github.com/warioddly/threejs-template
Three.js Project Template ☄️
https://github.com/warioddly/threejs-template
3d 3d-graphics javascript js npm template template-project threejs typescript webpack
Last synced: about 1 year ago
JSON representation
Three.js Project Template ☄️
- Host: GitHub
- URL: https://github.com/warioddly/threejs-template
- Owner: warioddly
- Created: 2023-12-06T06:29:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T17:24:14.000Z (about 2 years ago)
- Last Synced: 2025-04-13T03:03:56.884Z (about 1 year ago)
- Topics: 3d, 3d-graphics, javascript, js, npm, template, template-project, threejs, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js Template
1. Build the project for production:
```bash
npm build
```
or development
```bash
npm dev
```
2. Run project in development
```bash
npm start
```
serve development
```bash
npm dev:server
```