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

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.

Awesome Lists containing this project

README

          

# WebGL Starter

![WebGL Logo](./logo.png)

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`