- sources
- tests
- runner: jest
- react dom utils: react testing library
- doubles: sinon
- functional: cucumber
- e2e: webdriverio
- e2e report: multiple-cucumber-html-reporter
- tooling
- package manager: npm 9
- tasks: npm scripts
- transpiler: babel
- bundler: webpack 5
- linters: eslint, stylelint
- code formatters: editorconfig, prettier
- git hooks: husky, lint-staged
- see CHANGELOG
- npm 9
- node 18
npm i
npm start
npm run lint
npm run test
npm run coverage
npm run e2e
npm run build
npm run server:build