Project:SvelteKit Frontend: Difference between revisions

From Open Food Facts wiki
(Created page with "== Introduction I started the project to try to build a prototype of frontend, completely decoupled from the backend. This way, we could (one day hopefully) iterate much more...")
 
No edit summary
Line 1: Line 1:
== Introduction
=== Introduction ===
 
I started the project to try to build a prototype of frontend, completely decoupled from the backend. This way, we could (one day hopefully) iterate much more quicker on the frontend side of things and use the latest javascript technology available (TypeScript, Vite, ESM, etc...).
I started the project to try to build a prototype of frontend, completely decoupled from the backend. This way, we could (one day hopefully) iterate much more quicker on the frontend side of things and use the latest javascript technology available (TypeScript, Vite, ESM, etc...).


For the prototype I chose [https://kit.svelte.dev/ SvelteKit].
For the prototype I chose [https://kit.svelte.dev/ SvelteKit].


== Development
=== Development ===
* GitHub Repository: https://github.com/VaiTon/openfoodfacts-explorer
* GitHub Repository: https://github.com/VaiTon/openfoodfacts-explorer
* Deployment: https://openfoodfacts-explorer.vercel.app/
* Deployment: https://openfoodfacts-explorer.vercel.app/

Revision as of 13:24, 4 June 2023

Introduction

I started the project to try to build a prototype of frontend, completely decoupled from the backend. This way, we could (one day hopefully) iterate much more quicker on the frontend side of things and use the latest javascript technology available (TypeScript, Vite, ESM, etc...).

For the prototype I chose SvelteKit.

Development