Updated Product Portal for Mali Project
# Updated Prosema Mali Frontend
This frontend is configured to talk to the Finex Mali backend.
## Local Development
Run the backend on:
```bash
localhost
```
The frontend runs on:
```bash
localhost
```
## Environment
For local development, this repo uses:
```bash
REACT_APP_API_URL=
localhost
```
The API helper also defaults to `
localhost` when running on `localhost`.
## Available Scripts
### `npm start`
Starts the app on
localhost.
### `npm run build`
Builds the app for production.
### `npm test`
Runs the test suite.