Skip to content

Latest commit

 

History

History
executable file
·
40 lines (24 loc) · 589 Bytes

README.md

File metadata and controls

executable file
·
40 lines (24 loc) · 589 Bytes

SAASR Frontend

Getting Started

Install dependencies

npm install

Install orval and prettier globally:

npm i -g orval
npm i -g prettier

Create api functions and models

Edit orval.config.js. Make sure api is up and running.

orval

The generated functions and hooks are in MUI/src/saasrapi. If you make changes to the API, you need to re-run orval.

Run the app


yarn start

This will automatically open http://localhost:3000.

Based on

https://github.com/m6v3l9/react-material-admin