Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`