This tutorial will take you through the process of building your first dapp—an adoption tracking system for a pet shop!
This tutorial is meant for those with a basic knowledge of Ethereum and smart contracts, who have some knowledge of HTML and JavaScript, but who are new to dapps.
npm install
4. open terminal (Mac) or command line (windows) ,make sure you are in the root of the directory that contains the dapp and type:
truffle compile
truffle migrate
npm run dev



