Initial commit from Create React App

This commit is contained in:
root
2019-11-01 20:17:32 +03:00
commit 2daa74ff17
15 changed files with 8773 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
# production - note this is different from webpack
/dist
/.cache
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*