https://github.com/51fe/three.js-template
Simple three.js template wuth webpack
https://github.com/51fe/three.js-template
threejs webpack
Last synced: 3 months ago
JSON representation
Simple three.js template wuth webpack
- Host: GitHub
- URL: https://github.com/51fe/three.js-template
- Owner: 51fe
- Created: 2021-06-23T06:04:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T09:21:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-23T18:13:43.044Z (over 1 year ago)
- Topics: threejs, webpack
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple three.js template with webpack
This project will help you get started on your next three.js project and provide a foundation for extension. It sets up a simple scene, camera and renderer in a modern Javascript environment.
[Demo](http://51fe.github.io/three.js-template/dist)
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
```
## License
MIT