# Hardhat-Tailwind-React Ethers Starter Kit Ikuti langkah-langkah di bawah ini untuk mengunduh, menginstal, dan menjalankan proyek ini. ## Dependencies Install - NPM: https://nodejs.org - Hardhat: https://hardhat.org/ - EthersJs: https://ethers.org/ - Tailwind CSS: https://tailwindcss.com/ ## Step 1. Clone the project `git clone ` ## Step 2. Install dependencies ```sh $ cd $ yarn install # or npm install ``` ## Step 3. Start Hardhat Node Buka terminal dan jalankan perintah di bawah ini. ```sh $ yarn hardhat node ``` ## Step 4. Run the Front End Application `$ yarn start` Buka URL pada Browser: http://localhost:3000