Frontend/backend project structure

+ Base implementation of a differential synchronization based on Neil
  Fraser article/talk

See https://www.youtube.com/watch?v=S2Hp_1jqpY8
This commit is contained in:
2020-04-27 22:43:42 +02:00
parent 40759f59d6
commit d9fb51394c
89 changed files with 2178 additions and 14 deletions

11
.gitignore vendored
View File

@ -1,4 +1,7 @@
node_modules
/dist
/*.log
/.vscode
/client/node_modules
/client/dist
*.log
/.vscode
/server/bin
/server/data
/server/vendor