Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohnishlandge/threejs-template
Three.js Template Boilerplate Get started with Three.js to render 3d Web Experience
https://github.com/mohnishlandge/threejs-template
threejs threejs-boilerplate threejs-learning threejs-template
Last synced: 29 days ago
JSON representation
Three.js Template Boilerplate Get started with Three.js to render 3d Web Experience
- Host: GitHub
- URL: https://github.com/mohnishlandge/threejs-template
- Owner: mohnishlandge
- Created: 2021-04-19T15:15:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T14:40:41.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T02:55:54.986Z (3 months ago)
- Topics: threejs, threejs-boilerplate, threejs-learning, threejs-template
- Language: JavaScript
- Homepage: https://threejs-template.netlify.app/
- Size: 6.57 MB
- Stars: 25
- Watchers: 2
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Template / Boilerplate
*Get started with Three.js to render 3d Web Experience*
![Image Title](https://github.com/mohnishlandge/webgl-assets/blob/main/Screenshot%20(159).png)
[Youtube Setup Video](https://youtu.be/MmjZG-UX30g)
[Demo](https://threejs-template.netlify.app/)
## Installation
Install dependencies (only for first time) :
```
yarn
```Compile the code for development and start a local server:
```
yarn dev
```Local Server will open on:
```
http://localhost:8080/
```Create the build:
```
yarn build
```## Credits
- [Webpack THREE.js Template](https://github.com/brunosimon/webpack-three-js-template)
## Misc
Follow *@iviixio*: [Twitter](https://twitter.com/iviixio), [Instagram](https://www.instagram.com/iviixio/)
Youtube Video: [Twitter](https://youtu.be/MmjZG-UX30g)
## License
[MIT](LICENSE)Made with :blue_heart: by [Mohnish Landge](http://mohnishlandge.me)