initial commit

This commit is contained in:
andrewkydev
2023-02-10 23:11:02 +03:00
commit e05528b890
29 changed files with 1840 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Logs
logs
*.log
npm-debug.log*
*.lock
# Dependency directories
package-lock.json
/node_modules
# Optional npm cache directory
.npm
# Prod Bundle
/build
.vscode
.idea