Skip to content

fylein/fyle-partner-dashboard-app

Repository files navigation

Fyle Partner Dashboard App

Frontend Repository for Fyle Partner Dashboard App

Documentation

Please refer this link to find the documentation of the project.

Local development setup

Setup - 1 (Recommended)

Follow instructions mentioned in Integrations Central

Setup - 2

  • Install dependencies

    npm install
  • Copy environment.json from integrations-central/ and add it to src/environments

    cp ../fyle-integrations-central/app-secrets/partner-dashboard-app/environment.json src/environments/environment.json
  • Run app

    npm start