- Notifications
You must be signed in to change notification settings - Fork1
A boilerplate Create React App with Vite, Typescript, Redux Toolkit, Redux Saga, React Hook Form, React-i18next and Material UI👨💻
NotificationsYou must be signed in to change notification settings
jsdeveloperr/react-typscript-vite-redux-redux-saga-mui-boilerplate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a readme from React Typscript Vite Redux Redux Saga Mui Boilerplate.
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.js
- 🎨 Integrate withMUI
- 🎉 Type checkingTypeScript
- ✅ Strict Mode for TypeScript and React 18
- ✏️ Linter withESLint (default NextJS, NextJS Core Web Vitals and Airbnb configuration)
- 🛠 Code Formatter withPrettier
- 🦊 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
To lift the dev server (default port 3000) with hot module reloading.
$ yarn dev
The application can be reached athttp://localhost:3000
To bundle the React application
$ yarn dist
# run all tests including coverage report and linting$ yarntest# run tests in watch mode$ yarn test:watch# run single test without coverage or linting$ yarn test:lite
$ 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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published

