Separating code into files.

Bundling the code with node.
Adding some neccesary files.
This commit is contained in:
2022-07-05 20:09:49 +02:00
parent 62825829e2
commit 73ae583881
8 changed files with 7898 additions and 171 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/node_modules
app.bundle.js