This application was created using the Tuffle Webpack Box.
You will need ganache-cli
and truffle
installed. Then...
Start Ganache
ganache-cli -m 'theme narrow finger canal enact photo census miss economy hotel often'
Compile and migrate conrtracts
npm install
truffle compile
truffle migrate --reset
Run the app
cd app
npm install [email protected] -D # Required to fix 'cannot find module webpack-cli/bin/config-yargs' issue
npm install
npm run dev
Open the app and play around!
The app is now running at http://localhost:8080/