ogl-typescript starter with code minifier and livereload dev server.
clone this project.
git clone https://github.com/nshen/ogl-typescript-starter.gitinstall dependencies.
cd ogl-typescript-starter
npm install # or yarn installstart dev server.
npm run dev # or yarn devonce okay, you can build a min version.
npm run build ## yarn buildhave fun.