Also added:
- Package Manager: pnpm
- ESLint with settings from
create-react-app
- Prettier
- vite-tsconfig-paths for "absolute" TypeScript imports (
import RadioButton from 'components/button/RadioButton'
) for paths insrc
dev
: start vite for development (no typechecking!)build
: build production ready app (with typechecking!)prettier:check
: check if all files are correctly prettier'dlint
: verify eslint rules are met