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

https://github.com/neonarray/threejs-starter

Barebones ThreeJS project starter with Webpack and Babel
https://github.com/neonarray/threejs-starter

babel starter-app threejs webpack

Last synced: about 2 months ago
JSON representation

Barebones ThreeJS project starter with Webpack and Babel

Awesome Lists containing this project

README

          

# Three JS Starter

This is a barebones starter project for working with Three JS modules. It uses Webpack and Babel for bundling and transpiling.

```bash
git clone https://github.com/ocularrhythm/threejs-starter
yarn install
yarn start
```