Skip to content
Snippets Groups Projects
Commit 69f98517 authored by Louis-Olivier Brassard's avatar Louis-Olivier Brassard
Browse files

Update README.md

parent 44a742d3
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,7 @@ Client 100% statique (html-css-javascript) pour interagir avec l'API de l'Anthol
_Documentation en route!_
## Développement
### Prérequis
## Prérequis
Ce projet nécessite [Node.js](https://nodejs.org/fr/) `>=v8.0.0` et son compagnon `npm`.
......@@ -16,7 +14,7 @@ Ce projet nécessite [Node.js](https://nodejs.org/fr/) `>=v8.0.0` et son compagn
npm install # installer les outils node.js
```
### Contribuer
## Développement
```bash
npm run start # lance un serveur de développement avec hot-reload sur http://localhost:8080
......@@ -24,6 +22,8 @@ npm run start # lance un serveur de développement avec hot-reload sur http://lo
## Production
À déployer sur votre serveur de choix. 100% statique.
```bash
npm run build # fichiers statiques optimisés/compressés/etc. dans dossier `dist/`
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment