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:
parent
e6851255dc
commit
5663b61906
7 changed files with 198 additions and 76 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1 +1,6 @@
|
|||
localbuild.sh
|
||||
**/.*
|
||||
/localbuild.sh
|
||||
/client/build
|
||||
/server/build
|
||||
/server/priv/static/client.js
|
||||
/server/priv/static/index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue