A blockchain powered interactive journal
Use following commands -
npm install
truffle compile (in windows use truffle.cmd compile)
launch ganache
truffle migrate (in windows use truffle.cmd migrate)
npm run dev
Go to http://localhost:8080/ to test the app.