Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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'
```