Initial commit (Now with npm installation)

This commit is contained in:
2018-05-27 21:43:03 -07:00
commit 1ff26cba6d
9 changed files with 16933 additions and 0 deletions

7
.babelrc Normal file
View File

@ -0,0 +1,7 @@
{
"presets": [
"react",
"env",
"stage-0"
]
}