This repository will be a testing ground for loaders which will be broken out into separate repositories.
webpack-dev-server
: so if you don't have the dev server already then runnpm i -g webpack-dev-server
.ethereumjs-testrpc
, so if you don't have that, then runnpm install -g ethereumjs-testrpc
and then in a seperate terminal, start it up withtestrpc
.
git clone [email protected]:karlfloersch/webpack-web3-testing.git;
cd webpack-web3-testing;
npm i;
webpack-dev-server;
MIT!