https://github.com/benjaminparisel/become-svelte-snowcamp
earn svelte with a little application to calcul IMC and search receipts on marmitton
https://github.com/benjaminparisel/become-svelte-snowcamp
Last synced: 4 months ago
JSON representation
earn svelte with a little application to calcul IMC and search receipts on marmitton
- Host: GitHub
- URL: https://github.com/benjaminparisel/become-svelte-snowcamp
- Owner: benjaminParisel
- Created: 2022-02-07T10:28:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T10:31:31.000Z (over 4 years ago)
- Last Synced: 2025-03-14T08:39:34.119Z (over 1 year ago)
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project done during snowCamp 2022
Link for [subject here](https://codelab-svelte.web.app/#0)
## Labs Svelte
Template de base pour le codelab svelte et sveltekit.
## Démarrage
Installer les dépendances
```bash
npm install
```
...Ensuite démarrez le projet :
```bash
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:
```bash
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 :
```bash
npm run build
```
## Déployer l'application
Il est nécessaire d'installer un adapter