basic essentials

This commit is contained in:
Dennis Brown 2017-03-10 14:38:31 -06:00
commit 164dc203c3
2 changed files with 18 additions and 0 deletions

16
.babelrc Normal file
View File

@ -0,0 +1,16 @@
{
"presets": [
"es2017",
"stage-0"
],
"plugins": [
],
"env": {
"start": {
"presets": [
]
}
}
}

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
*.log