This is my own template which provides a minimal setup to get React + ts working in Vite with ESLint + Prettier rules.
Here is list of all technologies used in project:
- React
- Redux
- Vite
- Typescript
- SCSS modules
- Eslint
- Prettier
- Feature-Sliced-Design (FSD) metodology
- Node / npm
- ESLint plugin
- Prettier plugin
scripts(npm run ...
) :
...dev
- run local server, to preview project...build
- creates build indist
directory...lint
- shows all problems in project using eslint...lint:auto-fix
- eslint will fix all problems that can be fixed automatically...lint:format
- prettier will reformat all files in project