Flare Bank Details App
bash
dotnet tool restore
dotnet restore
npm i
`
Development
To start the development server, run the following commands:
`bash
npm start
`
$3
1. open autodev instance and copy the jwt out of the chrome console
1. uncomment bank-component and paste token into "token" attribute
2. comment out all of the above elements (including loading screen and div)
Build
To build the project, run the following commands:
`bash
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:
`bash
dotnet fsi .\Run-App-Dev.fsx
``