@flarehr/bank-details-app
v0.1.1845
Published
Flare Bank Details App
Downloads
4,275
Maintainers
Keywords
Readme
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