mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-01-29 17:48:28 +00:00
Michał
5afe4386d6
Move section out of container because its more useful that way give section more styling options Move basket item out into its own div, as to not override containers styling for no reason Change formMessage type from sting | Error to just string Make the booking progress code more readable |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
embed.go | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.js |
TastyBites Frontend
The Frontend is written in Svelte using the Svelte-SPA-Router plugin to create
"fake" routes, as using a javascript backend would make me wanna game end. As Go can include
files, you simply need to compile the front end by running npm run build
or go generate front/embed.go
.