Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/egel/threejs-webpack-starter

Modern webpack starter kit for rapid development with ThreeJS
https://github.com/egel/threejs-webpack-starter

editorconfig esmodules prettier threejs webpack

Last synced: 5 days ago
JSON representation

Modern webpack starter kit for rapid development with ThreeJS

Awesome Lists containing this project

README

        

# Three.js Webpack Starter

![Sample preview](https://i.imgur.com/rfs0DJy.png)

ES Module version of ThreeJS Webpack Starter from Bruno Simon (https://threejs-journey.com/).

- ES Modules
- \>= Node 16
- Prettier
- Editorconfig

## Setup

```bash
npm install
```

### Development

```shell
npm run start
```

> by default app is open to all in local network, so you (or someone else) can easily access your work from other devices (phone or tablet).

### Production

Compiling results for production build.

```bash
npm run build
```