Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sv443/react-template
TS React template using Vite & MUI, originally based on https://github.com/pubcore/vite-mui
https://github.com/sv443/react-template
mui react react-router redux template typescript vite
Last synced: 15 days ago
JSON representation
TS React template using Vite & MUI, originally based on https://github.com/pubcore/vite-mui
- Host: GitHub
- URL: https://github.com/sv443/react-template
- Owner: Sv443
- Created: 2022-03-02T22:36:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T12:52:45.000Z (over 2 years ago)
- Last Synced: 2024-10-11T18:31:38.711Z (about 1 month ago)
- Topics: mui, react, react-router, redux, template, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Template
TS React template using Vite & Material UI, originally based on [@pubcore/vite-mui](https://github.com/pubcore/vite-mui)
### Dependencies
- [react](https://reactjs.org)
- [redux](https://redux.js.org) with redux [toolkit](https://redux-toolkit.js.org)
- i18next for [react](https://react.i18next.com)
- routing with [react-router-dom](https://reacttraining.com/blog/react-router-v6-pre/)
- eslint### Installation
1. Install dependencies: `npm i`
2. Start development server with `npm run dev`