create-web3-dapp
create-web3-dapp copied to clipboard
Added clean start build scripts
Added the following custom scripts for package.json #18
"clean": "rm -rf dist",
"start": "node dist/index.js",
"build": "npm run clean && npx tsc"
And updated the contributing.md accordingly.