Complete client UI

This commit is contained in:
2017-10-27 23:45:10 -06:00
commit d382fdd8fa
11 changed files with 574 additions and 0 deletions

4
.babelrc Normal file
View File

@@ -0,0 +1,4 @@
{
"presets": ["react"],
"plugins": ["transform-object-rest-spread", "react-hot-loader/babel"]
}