Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
/ fyle-intacct-app Public archive

Frontend Repository for Fyle <> Sage Intacct Integration

License

Notifications You must be signed in to change notification settings

fylein/fyle-intacct-app

Repository files navigation

fyle-intacct-app

Frontend Repository for Fyle <> Sage Intacct Integration

Setup

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/intacct-app/environment.json src/environments/environment.json
  • Run app

    npm start