Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuquangpham/simple-html-webgl-boilerplate
https://github.com/vuquangpham/simple-html-webgl-boilerplate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuquangpham/simple-html-webgl-boilerplate
- Owner: vuquangpham
- Created: 2024-02-09T11:38:36.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-07T09:56:47.000Z (10 months ago)
- Last Synced: 2024-10-15T08:49:08.473Z (3 months ago)
- Language: JavaScript
- Homepage: https://simple-html-webgl.netlify.app
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```