👉 Si vous ne parlez pas anglais, la version française est ici : 
Starter backend for Node.js using ESM, with Express, Jest, ESLint, and Webpack.
- Express server
- ESM module support (
import) - Linting with ESLint
- Unit, integration, and e2e testing with Jest
- Coverage report (
jest --coverage) - Hot reload with
nodemon - Build system with Webpack
- Script to print project folder structure
npm run dev: start in dev mode (nodemon)npm run start: start in production modenpm run lint: lint the codenpm run test: run all testsnpm run test:unit: run unit testsnpm run test:integration: run integration testsnpm run test:e2e: run end-to-end testsnpm run coverage: coverage reportnpm run build: build with Webpacknpm run generate-project-structure: display folder structure
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