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

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

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