- Node LTS
- npm >=7 - you can install it with
npm install -g npm@latest
- docker
- docker-compose
npm ci
npm run db:up
npm run db:migrate
npm test --workspaces
npm test -w src/step-06-testing
cd src/step-{n}-{name}
- check each module's README file to see which scripts are available
npm start