Skip to content

A boilerplate Create React App with Vite, Typescript, Redux Toolkit, Redux Saga, React Hook Form, React-i18next and Material UIπŸ‘¨β€πŸ’»

Notifications You must be signed in to change notification settings

jsdeveloperr/react-typscript-vite-redux-redux-saga-mui-boilerplate

Repository files navigation

πŸ“¦ React Typscript Vite Redux Redux Saga Mui Boilerplate

This is a readme from React Typscript Vite Redux Redux Saga Mui Boilerplate.

react-typscript-vite-redux-redux-saga-mui-boilerplate

βœ… Installation

Requires Node >=14.x

Install Yarn:

https://yarnpkg.com/lang/en/docs/install/

Clone and install Yarn dependencies:

$ git clone https://github.com/jsdeveloperr/react-typscript-vite-redux-redux-saga-mui-boilerplate.git
$ cd react-typscript-vite-redux-redux-saga-mui-boilerplate
$ yarn

react-typscript-vite-redux-redux-saga-mui-boilerplate

πŸ—‚ Features

  • πŸ”₯ React.js
  • 🎨 Integrate with MUI
  • πŸŽ‰ Type checking TypeScript
  • βœ… Strict Mode for TypeScript and React 18
  • ✏️ Linter with ESLint (default NextJS, NextJS Core Web Vitals and Airbnb configuration)
  • πŸ›  Code Formatter with Prettier
  • 🦊 Husky for Git Hooks
  • 🚫 Lint-staged for running linters on Git staged files
  • πŸ—‚ VSCode configuration: Debug, Settings, Tasks and extension for PostCSS, ESLint, Prettier, TypeScript
  • 🌈 Include a FREE minimalist theme

Development

To lift the dev server (default port 3000) with hot module reloading.

$ yarn dev

The application can be reached at https://localhost:3000

Build

To bundle the React application

$ yarn dist

Testing

# run all tests including coverage report and linting
$ yarn test

# run tests in watch mode
$ yarn test:watch

# run single test without coverage or linting
$ yarn test:lite

Linting

$ yarn lint

About

A boilerplate Create React App with Vite, Typescript, Redux Toolkit, Redux Saga, React Hook Form, React-i18next and Material UIπŸ‘¨β€πŸ’»

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published