initial commit

This commit is contained in:
Fedor Katurov 2018-08-15 11:24:40 +07:00
commit 4a2a343e41
11 changed files with 13640 additions and 0 deletions

12
.babelrc Executable file
View file

@ -0,0 +1,12 @@
{
"presets": ["env", "react","stage-2"],
"plugins": [
"ramda",
"lodash",
"react-hot-loader/babel",
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]
]
}