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

https://github.com/devjefster/backoffice-ui


https://github.com/devjefster/backoffice-ui

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# Back Office UI
### Technologies Used
- React
- TailwindCSS
- Flowbite
- React Router
- Axios

### Setup
1. Clone the repository:
```sh
git clone https://github.com/your-org/back-office-ui.git
cd back-office-ui
```
2. Install dependencies:
```sh
npm install
```
3. Start the development server:
```sh
npm start
```

### Environment Variables
Create a `.env` file in the `back-office-ui` directory:
```
REACT_APP_API_URL=http://localhost:8080
REACT_APP_AUTH_URL=http://localhost:8081
```