1.0.0 • Published 7 years ago

webgl-starterkit v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

WebGL Starter Kit

Build status Dependency Status

The easy starter kit with a modern toolchain for WebGL projects.

Get Started

  1. Clone the project. git clone https://github.com/matthamil/WebGLStarterKit
  2. Install dependencies. npm install or yarn
  3. Run setup command. yarn setup

Technologies

WebGL Starter Kit uses the following technologies:

TechDescription
BabelCompiles ES6+ to ES5. Enjoy the new version of JavaScript today.
WebpackBundles npm packages and our JS into a single file.
ESLintLint JS. Reports syntax and style issues. Using eslint-plugin-flowtype for additional Flow specific linting rules.