initial working version

This commit is contained in:
2020-05-24 21:06:46 +03:00
commit c38cf8c8c9
14 changed files with 5618 additions and 0 deletions

8
.babelrc.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
presets: [
"@babel/preset-env"
],
plugins: [
'@babel/plugin-proposal-class-properties',
],
};