Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 735 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 735 Bytes

Boilerplate with Truffle and webpack for dApps built on Ethereum

This boilerplate was made for this blog post.

Dependencies:

Setup

npm install -g truffle
git clone https://github.com/tko22/truffle-webpack-boilerplate.git
cd truffle-webpack-boilerplate
npm install
npm run dev

##Run

truffle develop - blockchain development environment
truffle migrate - To deploy smart contract
truffle migrate --reset - To change existing smart contract
npm build
npm run dev