Skip to content

Instantly share code, notes, and snippets.

@drola
Last active September 23, 2017 20:27
Show Gist options
  • Save drola/a2ff47969d705f319f13894c5c32200b to your computer and use it in GitHub Desktop.
Save drola/a2ff47969d705f319f13894c5c32200b to your computer and use it in GitHub Desktop.
How_to_Angular2_WebGL.md

How to use Angular with WebGL

If you haven't already, install Angular CLI:

npm install -g @angular/cli

Use Angular CLI to create a minimal Angular app:

ng new --minimal angular-webgl
cd angular-webgl
ng serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment