first commit

This commit is contained in:
euvl
2016-11-14 12:16:39 +00:00
commit 729fb78474
26 changed files with 917 additions and 0 deletions

5
.babelrc Normal file
View File

@@ -0,0 +1,5 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}