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