Difference between revisions of "Project:SvelteKit Frontend"

From Open Food Facts wiki
Jump to navigation Jump to search
(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...")
 
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