Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)