Project restructure for better login

Restructure project into client / server to support a "pure javascript" gleam
project to work before the having enough info to launch the server components.
This commit is contained in:
lettosprey 2026-03-30 23:49:20 +02:00
parent e6851255dc
commit 5663b61906
7 changed files with 198 additions and 76 deletions

7
.gitignore vendored
View file

@ -1 +1,6 @@
localbuild.sh
**/.*
/localbuild.sh
/client/build
/server/build
/server/priv/static/client.js
/server/priv/static/index.html