https://github.com/devjefster/backoffice-ui
https://github.com/devjefster/backoffice-ui
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devjefster/backoffice-ui
- Owner: devjefster
- Created: 2024-12-29T21:29:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T00:06:12.000Z (over 1 year ago)
- Last Synced: 2025-03-01T10:36:35.737Z (over 1 year ago)
- Language: TypeScript
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```