This is a simple BoardRoom Dapp boilerplate utilising Truffle and Webpack.
This repo uses JS Standard.
- Clone this repo
npm install
- Make sure
testrpc
is running on its default port. Then:
WEB3_RPC_LOCATION=http://localhost:8545 npm run start
- Starts the development serverWEB3_RPC_LOCATION=http://localhost:8545 npm run build
- Generates a buildtruffle test
- Run the rest suite