Airbank Transactions Client

Client Service built for viewing accounts and transactions via the API. The stack is based on Apollo GraphQL Client, Vue, Nuxt, Node, Javascript

Setup

$ git clone https://github.com/chikeozulumba/airbank-transaction-client

$ cd airbank-transaction-client

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

Deployment & Production build

$ yarn build
$ yarn start

# For static projects
$ yarn generate