/truffle-webpack-boilerplate

Boilerplate with Webpack and Truffle for Ethereum Development

Primary LanguageJavaScript

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