Speedily develope your decentralized application with this starter kit for free!
Follow the steps below to download, install, and run this project.
Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.
- NPM: https://nodejs.org
- Truffle: https://github.com/trufflesuite/truffle
- Ganache-CLI: https://docs.nethereum.com/en/latest/ethereum-and-clients/ganache-cli/
- Tailwind CSS: https://tailwindcss.com/
git clone https://github.com/Daltonic/tailwind_truffle_starter_kit <PROJECT NAME>
$ cd <PROJECT NAME>
$ yarn install # or npm install
Open the terminal and run the command below.
$ ganache-cli
$ truffle migrate --reset
Migrate your smart contract each time your restart ganache.
$ yarn start
Visit this URL in your browser: http://localhost:3000