TastyBites/front
2024-05-20 17:50:18 +00:00
..
public Booking form 2024-05-20 12:15:32 +01:00
src style: format code with Prettier 2024-05-20 11:15:52 +00:00
.gitignore
embed.go
index.html
package-lock.json chore(deps): update dependency svelte to v4.2.17 2024-05-20 17:50:18 +00:00
package.json Nicer item page 2024-05-08 17:53:21 +01:00
README.md
svelte.config.js
tsconfig.json Remove Page prefix in routes folder 2024-05-15 19:48:52 +01:00
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.