Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 784 Bytes

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