Initial setup (Webpack, TypeScript, WebGL)

This commit is contained in:
Matthias Schiffer 2017-09-09 02:52:01 +02:00
commit a47638aab5
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
10 changed files with 3880 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/node_modules
/dist/bundle.js