Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egel/threejs-webpack-starter
- Owner: egel
- Created: 2022-07-31T00:31:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T11:08:45.000Z (about 2 years ago)
- Last Synced: 2024-10-12T21:42:14.926Z (about 1 month ago)
- Topics: editorconfig, esmodules, prettier, threejs, webpack
- Language: JavaScript
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```