Skip to content
/ react-template Public template

teplate with basic start with Vite, React, typescript, ESLint and Prettier

Notifications You must be signed in to change notification settings

MonSSteRFF/react-template

Repository files navigation

how start project ?

  1. install node.js
  2. run npm i in root dir (installing dependencies)
  3. run npm run dev - for development
  4. run npm run build - for generate build in './dist' dir

Linters ?

In webstorm:

stylelint

settings -> Languages & Frameworks -> Style Sheets ->
Stylelint -> enable -> add scss (css,scss) -> Run Stylelint --fix on save

eslint

settings -> Languages & Frameworks -> JavaScript -> Code Quality Tools ->
ESLint -> Automatic ESLint configuration -> Run eslint --fix on save

congratulations !

how to work with react - https://react.dev/learn
how to work with react-router - https://reactrouter.com/en/main/start/tutorial
how to work with vite ? - https://vitejs.dev/guide/

About

teplate with basic start with Vite, React, typescript, ESLint and Prettier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published