TastyBites/front
Michał 04f7d40e52 Use array of UUIDs + Amount for cart data
This is very unstable, but works on the power of will and hope
2024-05-01 18:55:51 +01:00
..
public Move form element styling to SCSS 2024-04-26 15:30:01 +01:00
src Use array of UUIDs + Amount for cart data 2024-05-01 18:55:51 +01:00
.gitignore Use Svelte for frontend 2024-04-15 10:38:35 +01:00
embed.go Use Svelte for frontend 2024-04-15 10:38:35 +01:00
index.html Add a router and some temporary pages 2024-04-15 14:08:51 +01:00
jsconfig.json Make temporary content for pages 2024-04-22 12:25:50 +01:00
package-lock.json Add announcements banner loading content 2024-04-28 00:27:17 +01:00
package.json Add announcements banner loading content 2024-04-28 00:27:17 +01:00
README.md Update READMEs to include more information 2024-04-17 18:30:45 +01:00
svelte.config.js Add phosphor pre-preprocessor, to improve readability of code 2024-04-27 18:17:37 +01:00
vite.config.js Add phosphor pre-preprocessor, to improve readability of code 2024-04-27 18:17:37 +01:00

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.