A PoC of banking products view/comparison web app utilising the open banking product API
- NodeJS v10+ - Javascript runtime (comes with npm)
- Yarn (Optional but preferred) - Javascript package manager
- Run
yarnto install dependencies - Run
yarn startto run locally at http://localhost:3000 - Run
yarn buildto build production release
or
- Run
npm installto install dependencies - Run
npm run startto run locally at http://localhost:3000 - Run
npm run buildto build production release