Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 911 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 911 Bytes

coffeechain

Compre café usando blockchain

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Make sure you have your NodeJS stack working; give it a shot to the official documentation and get your hands dirty!

You will also need to run Parity or MetaMask (choose whenever you like) so our app can interact with the blockchain

Notes

  • This project uses ES Script 2015+, so some browsers may not run it well, check your updates!
  • We do a little of dirty coding to update some UI elements, but we do that so no external framework is involved. That way you have a purer reference