Skip to content

A project starter for WebGL development

Notifications You must be signed in to change notification settings

navFooh/web-gl-template

Repository files navigation

WebGL Template

This is a variation on Web Project Template for WebGL.

Installation

npm install

Gulp tasks

gulp
// or
npm start
  • compiles index.hbs to index.html for development
  • compiles runtime .hbs files to .js
  • compiles .scss to nested .css
  • runs watchers for changes to above files
  • serves the public folder with BrowserSync and injects CSS or reloads on HTML / JS changes
gulp --dist
// or
npm run build
  • compiles index.hbs to index.html for production
  • compiles runtime .hbs files to .js
  • compiles .scss to compressed .css
  • compiles all Javascript to main.min.js

About

A project starter for WebGL development

Resources

Stars

Watchers

Forks

Packages

No packages published