init project

This commit is contained in:
2020-08-28 14:32:14 +07:00
commit 5c58eef706
10 changed files with 359 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Code Editor
.idea
.vscode
# Lock File
yarn.lock
# Node Modules
node_modules
# Built
dist