https://github.com/oliverbenns/webgl-starter
Simple starter project to start developing with WebGL easily. With Webpack, ES6 transpiling and page reloading.
https://github.com/oliverbenns/webgl-starter
graphics opengl webgl webpack
Last synced: 2 months ago
JSON representation
Simple starter project to start developing with WebGL easily. With Webpack, ES6 transpiling and page reloading.
- Host: GitHub
- URL: https://github.com/oliverbenns/webgl-starter
- Owner: oliverbenns
- License: mit
- Created: 2018-03-07T12:36:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T19:59:09.000Z (about 8 years ago)
- Last Synced: 2025-02-14T08:46:59.860Z (over 1 year ago)
- Topics: graphics, opengl, webgl, webpack
- Language: JavaScript
- Size: 86.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebGL Starter

Simple starter project to start developing with WebGL easily. With Webpack, ES6 transpiling and page reloading.
## Install
- Get the files by either:
- Forking this repository
- Downloading a [zip/tar.gz](https://github.com/oliverbenns/webgl-starter/releases)
- Cloning this repository with `git clone https://github.com/oliverbenns/webgl-starter.git`
- `cd webgl-starter`
- `nvm install`
- `npm install`
## Development
- `npm run develop`
- Open `http://localhost:8080`
## Build
- `npm run build`
- Javascript bundle will be in `/public/assets/bundle.js`