1. Compile Smart contracts

truffle complie

  1. Start local ganache network

  2. Migrate the contracts to Blockchain

truffle migrate

  1. Test smart contracts

truffle test

  1. Start the local web server

npm run dev