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
- Host: GitHub
- URL: https://github.com/neonarray/threejs-starter
- Owner: NeonArray
- Created: 2018-04-05T13:39:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T18:06:48.000Z (over 7 years ago)
- Last Synced: 2026-02-02T02:58:57.479Z (5 months ago)
- Topics: babel, starter-app, threejs, webpack
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```