git clone https://github.com/Epic-Byte/NestCoinFullStack
cd NestCoinFullStack
yarn installYou'll have three terminals up for:
yarn chain (hardhat backend)
yarn start (react app frontend)
yarn deploy (to compile, deploy, and publish your contracts to the frontend)
👀 Visit your frontend at http://localhost:3000 👩💻 Rerun
yarn deploy --resetwhenever you want to deploy new contracts to the frontend.
Have your local chain running with:
yarn chain (hardhat backend)
yarn test (to run test)