Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prasathmani/vitejs-react-ts-redux-mui-boilerplate
Vitejs + React + TypeScript + Rudux Thunk + Material UI Boilerplate
https://github.com/prasathmani/vitejs-react-ts-redux-mui-boilerplate
boilerplate frontend-boilerplate mui-material react react-redux-boilerplate react-typescript-boilerplate redux-thunk redux-toolkit typescript vitejs vitejs-react-typescript vitejs-template
Last synced: 3 months ago
JSON representation
Vitejs + React + TypeScript + Rudux Thunk + Material UI Boilerplate
- Host: GitHub
- URL: https://github.com/prasathmani/vitejs-react-ts-redux-mui-boilerplate
- Owner: prasathmani
- Created: 2023-03-10T03:19:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T04:18:32.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:15:09.039Z (9 months ago)
- Topics: boilerplate, frontend-boilerplate, mui-material, react, react-redux-boilerplate, react-typescript-boilerplate, redux-thunk, redux-toolkit, typescript, vitejs, vitejs-react-typescript, vitejs-template
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vitejs + React + TypeScript + Rudux Thunk + Material UI Boilerplate
### Setup Project
```
npm i
```### Run local server
```
npm start
```### Build Application
```
npm run build
```### ENV
Please include a .env in the root folder in below format
```
VITE_API_BASE_URL='http://localhost/api'
```