Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 496 Bytes

File metadata and controls

32 lines (29 loc) · 496 Bytes

react-truffle-metacoin-boilerplate

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`