<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Premier projet React :: App Web</title><link>https://cegepmv.github.io/420-211/1-intro-react/3-premier-projet-react/index.html</link><description>Pré-requis: Node et npm installés.
Pour créer un projet React, nous allons utiliser l’outil Vite :
npm create vite@latest Dans Project name, tapez un nom pour votre projet Dans Select a framework, sélectionnez React Dans Select a variant, sélectionnez JavaScript Ensuite, rendez vous dans le répertoire nouvellement crée, lancez la commande npm install puis npm run dev :
cd NOM_DU_PROJET npm install npm run dev Structure d’un projet React Le répertoire où l’application a été créée contient trois sous-répertoires:</description><generator>Hugo</generator><language>fr-fr</language><atom:link href="https://cegepmv.github.io/420-211/1-intro-react/3-premier-projet-react/index.xml" rel="self" type="application/rss+xml"/></channel></rss>