Skip to content

Artemitol/react-redux-template

Repository files navigation

React + Vite

This is my own template which provides a minimal setup to get React + ts working in Vite with ESLint + Prettier rules.

Technologies list

Here is list of all technologies used in project:

  1. React
  2. Redux
  3. Vite
  4. Typescript
  5. SCSS modules
  6. Eslint
  7. Prettier
  8. Feature-Sliced-Design (FSD) metodology
  9. Node / npm

IDE requirements

  1. ESLint plugin
  2. Prettier plugin

NODE scripts

scripts(npm run ...) :

  • ...dev - run local server, to preview project
  • ...build - creates build in dist 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published