Compre café usando blockchain
# 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
- 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