A simple mobile-first Crypto portfolio.
The application runs on https://app.netlify.com/
A commit hooks listen for pushes to master on this repo and runs
yarn build
Check out the repo and install dependencies:
git clone [email protected]:stuartquin/coin-view.git
cd coin-view
yarn
Run development server (browser tab should open at http://localhost:3000/):
yarn start