yarn install
ornpm install
depending on your preference- make sure you have testrpc running , and change
truffle.js
to point to that network. e.g.localhost:8545
. truffle compile
to create the json contract artifactstruffle migrate
to deploy the contracts onto the networktruffle test
to test the contracts on the network