This command runs both the client and the block chain.
npm run start
- Run test blockchain in separate terminal.
npm run start:blockchain
- Execute run script in another terminal.
npm run start:deployContract
- Start up the front end
npm install
npm run start:client