Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fylein/fyle-partner-dashboard-app


https://github.com/fylein/fyle-partner-dashboard-app

team-integrations

Last synced: about 2 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Fyle Partner Dashboard App
Frontend Repository for Fyle Partner Dashboard App

## Documentation
Please refer this link to find the [documentation](https://fylein.github.io/fyle-partner-dashboard-app) of the project.

## Local development setup
### Setup - 1 (Recommended)
Follow instructions mentioned in [Integrations Central](https://github.com/fylein/fyle-integrations-central/)

### Setup - 2
* Install dependencies

```bash
npm install
```

* Copy `environment.json` from integrations-central/ and add it to `src/environments`

```bash
cp ../fyle-integrations-central/app-secrets/partner-dashboard-app/environment.json src/environments/environment.json
```

* Run app

```bash
npm start
```