Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vuquangpham/simple-html-webgl-boilerplate


https://github.com/vuquangpham/simple-html-webgl-boilerplate

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Simple WebGL Boilerplate

A completely setup for mixing the html and webgl.

## Deployment

Run `index.html` in dev mode

```shell
npm run dev
```

Build files from `index.html` to `./dist` for production

```shell
npm run build
```