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
yarn
to install dependencies - Run
yarn start
to run locally at http://localhost:3000 - Run
yarn build
to build production release
or
- Run
npm install
to install dependencies - Run
npm run start
to run locally at http://localhost:3000 - Run
npm run build
to build production release