Simple boilerplate with React, Truffle, Ganache, Webpack, and Babel
git clone [email protected]:Eihcir0/react-truffle-metacoin-boilerplate.git
cd react-truffle-metacoin-boilerplate/
npm install
truffle compile
(new terminal window)
ganache-cli
truffle migrate --reset
(install MetaMask -- add top two private keys from ganache-cli log (e.g. David and Sally)
npm start
Go to `localhost:8080`