TastyBites/front
deepsource-autofix[bot] 08df5165c9
refactor: replace template strings with regular string literals
Template literals are useful when you need:  1. [Interpolated strings](https://en.wikipedia.org/wiki/String_interpolation).
2024-05-21 15:23:16 +00:00
..
public Booking form 2024-05-20 12:15:32 +01:00
src refactor: replace template strings with regular string literals 2024-05-21 15:23:16 +00:00
.gitignore
embed.go
index.html
package-lock.json chore(deps): update dependency sass to v1.77.2 2024-05-20 17:52:31 +00:00
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.