👉 If you don’t speak French, the English version is here: 
Starter backend Node.js avec Express, Jest, ESLint et Webpack.
- Serveur Express
- Support ESM (
import) - Linting avec ESLint
- Tests unitaires, d'intégration et e2e avec Jest
- Analyse de couverture (
jest --coverage) - Rechargement à chaud (
nodemon) - Build avec Webpack
- Script pour générer la structure du projet
npm run dev: démarrage en mode développement (nodemon)npm run start: démarrage en mode productionnpm run lint: lint du codenpm run test: tous les testsnpm run test:unit: tests unitaires uniquementnpm run test:integration: tests d'intégrationnpm run test:e2e: tests end-to-endnpm run coverage: rapport de couverturenpm run build: build avec Webpacknpm run generate-project-structure: affichage de la structure du projet
npm installnpm testElasticSearch http://localhost:9200
Kibana http://localhost:5601
Prometheus http://localhost:9090
Grafana http://localhost:3000 Login : admin / admin
redis http://localhost:6379
redisinsight http://localhost:8001