You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webapp/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ Plus d'infos ici : [https://feature-sliced.github.io/documentation/docs/get-star
8
8
- Avoir Node.js installé sur votre machine [voir comment faire](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#using-a-node-version-manager-to-install-nodejs-and-npm)
9
9
10
10
## Installer les packages
11
+
11
12
```
12
13
npm ci
13
14
```
14
15
15
16
## Démarrer le serveur
17
+
16
18
```
17
19
npm run dev
18
20
```
@@ -22,4 +24,4 @@ npm run dev
22
24
-`npm run build` : package l'application pour la mise en production (dossier [dist](./dist))
23
25
-`npm run preview` : Démarre le serveur à partir du build pour la production (dans le dist)
24
26
-`npm run check:arch` : Vérifier si les imports du projet respectent le principe de l'architecture FSD.
25
-
-`npm run arch:tree` : Génère un fichier text contenant l'arborescence du projet.
27
+
-`npm run arch:tree` : Génère un fichier text contenant l'arborescence du projet.
0 commit comments