Skip to content

The front-end for DeFiBank - a mock bank to demonstrate DeFi lending deposits.

Notifications You must be signed in to change notification settings

nhi-huynh/accenture-frontend

Repository files navigation

Defi Banking App Front-end

Uses NextJS and Now by ZEIT.co

Built for the Accenture Banking Hackathon, November 2019.

Installation

Clone this repo into a new project folder and run install script. (You will probably want to delete the .git/ directory and start version control afresh.)

With npm

$ git clone [email protected]:nhi-huynh/accenture-frontend.git accenture-frontend
$ cd accenture-frontend
$ npm install

Developing

Start the dev environment with either:

$ yarn dev
or
$ npm run dev

Open http://localhost:3000 and start modifying the code in /components, /pages.

Production

Build production assets (JS and CSS together) with:

npm run prod

Static assets

Just add to /public/ and the production build routes them to /

Uses Now (Zeit)

This project is setup with a now.json file to automate deployments to Now.sh by Zeit.

ES6

This starter includes Babel so you can directly use ES6 code.

About

The front-end for DeFiBank - a mock bank to demonstrate DeFi lending deposits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published