Skip to content

Latest commit

Β 

History

History
79 lines (55 loc) Β· 2.08 KB

File metadata and controls

79 lines (55 loc) Β· 2.08 KB

πŸ“¦ 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 http://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