This React app uses this development stack:
Desc. | Configured by | |
---|---|---|
Sass | Css pre-processor | . |
Vite | Development environment (dev server) with Hot Module Replacement | vite.config.ts |
rollup | Module bundler (used by Vite) | vite.config.ts |
TypeScript | Strongly typed programming language that builds on JavaScript | tsconfig.json |
JEST | Testing Framework | jest.config.js |
ESLint |
js static analyzer | .eslintrc.yaml |
Prettier | Opinionated code formatter | .prettierrc |