Skip to content

Template repo for react apps using typescript. redux-toolkit, css-modules and vite

Notifications You must be signed in to change notification settings

abelflopes/react-app-template

Repository files navigation

React App Template

Template repo for react apps using redux-toolkit, css-modules and vite.

Commands

  • Setup
    • Install local dependencies npm i
  • Development / Build
    • npm start - starts the development environment in development mode
    • npm run build - builds and exports the application to the output folder in production mode
  • Linters
    • npm run lint - Run all linters
    • npm run lint:code - lints TS files, supports -- --fix suffix for auto-fixing
    • npm run lint:typescript - run type checking
    • npm run lint:style - lints SCSS files, supports -- --fix suffix for auto-fixing
    • npm run format - lints all files (formatting only), supports -- --write suffix for auto-fixing
  • Other
    • npm run todo - list all TODO's and FIXME's
    • npm run clean - clean temporary and dependency folders

About

Template repo for react apps using typescript. redux-toolkit, css-modules and vite

Topics

Resources

Stars

Watchers

Forks