become-svelte-snowcamp Svelte Themes

Become Svelte Snowcamp

earn svelte with a little application to calcul IMC and search receipts on marmitton

Project done during snowCamp 2022

Link for subject here

Labs Svelte

Template de base pour le codelab svelte et sveltekit.

Démarrage

Installer les dépendances

npm install

...Ensuite démarrez le projet :

npm run dev -- --open

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

L'application souvrira directement dans votre navigateur par défaut à l'adresse http://localhost:3000/

Construire l'application

Pour créer une version optimisé de l'application :

npm run build

Déployer l'application

Il est nécessaire d'installer un adapter

Top categories

Loading Svelte Themes