Initial react commit

This commit is contained in:
2018-02-23 20:31:42 +11:00
parent 948f447d9f
commit 878bab91ac
8 changed files with 166 additions and 0 deletions

11
.babelrc Normal file
View File

@ -0,0 +1,11 @@
{
"presets": [
["env", {
"targets": {
"node": "current"
}
}],
"react",
"babel-polyfill"
]
}