This repository contains a basic WebGL template with automatic browser reloading while saving modified files.
- Node.js
- NPM (preinstalled with Node.js on Windows and macOS)
- After cloning, run
npm installin the directory, where you cloned this repository. - Run
gulp. It will listen to any changes in your files and automatically reloads your browser.