Flare Bank Details App
Flare HR Pty Ltd © 2015-2023
Bank Details Web App
Installation
To install the project's dependencies, run the following commands:
dotnet tool restore
dotnet restore
npm i
Development
To start the development server, run the following commands:
npm start
Instructions for local UI development with remote backend
- open autodev instance and copy the jwt out of the chrome console
- uncomment bank-component and paste token into "token" attribute
- comment out all of the above elements (including loading screen and div)
Build
To build the project, run the following commands:
npm run build
Launch in Development Mode
To launch the application in development mode, first open the ./Run-App-Dev.fsx
file and update the script settings, specifically the profileId
and apiKey
values.
Then, run the following fsharp script in the terminal:
dotnet fsi .\Run-App-Dev.fsx