truffle-webpack-boilerplate icon indicating copy to clipboard operation
truffle-webpack-boilerplate copied to clipboard

Boilerplate with Webpack and Truffle for Ethereum Development

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