Giter VIP home page Giter VIP logo

formation_sveltekit's Introduction

Atelier de démo SvelteKit

Ce projet a pour objectif de montrer les fonctionnalités principales de SvelteKit.

Contenu

Il a été construit en utilisant les outils mis à disposition par l'équipe de Svelte pour créer un projet SvelteKit facilement.

Vous n'avez pas besoin de lancer l'une des commandes suivantes, nous l'avons déjà fait pour vous.

# créer un nouveau projet dans le dossier courant
npm create svelte@latest
# créer un nouveau projet dans un nouveau dossier
npm create svelte@latest my-app

Afin de fluidifier le déroulement de l'atelier, nous avons ajouté quelques fichiers au projet de base fourni. Il s'agit principalement de fichiers utilitaires – notamment pour simuler une base de données – ainsi que quelques feuilles de style. Vous les trouverez dans :

  • data
  • src/lib
  • static

Démarrer le projet

La première fois que vous démarrez ce projet, vous avez besoin d'installer ses dépendances.

npm install
# ou alternativement
pnpm install
# ou encore
yarn

Une fois l'installation réussie, vous n'aurez plus à lancer cette commande.

Puis, vous pouvez lancer votre serveur de développement...

npm run dev

...et ouvrir votre navigateur sur la page http://localhost:5173

formation_sveltekit's People

Contributors

bleucitron avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.