Web UI written using: Truffle React Box + Material UI for my Personal Smart Contract.
http://personal-contract.dzariusz.com
truffle unbox react
Commands:
Compile: truffle compile
Migrate: truffle migrate
Test contracts: truffle test
Test dapp: npm test
Run dev server: npm run start
Build for production: npm run build
# for await/async
npm i babel-preset-env --save-dev
For install Material UI
npm install @material-ui/core styled-components @material-ui/icons
npm i react-swipeable-views
When you pulled the project, just use npm install
.