|
||
---|---|---|
build | ||
cache | ||
public | ||
scripts | ||
src | ||
.gitignore | ||
.gitpod.yml | ||
README.md | ||
config-overrides.js | ||
hardhat.config.js | ||
index.html | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
yarn.lock |
README.md
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 <PROJECT NAME>
Step 2. Install dependencies
$ cd <PROJECT NAME>
$ yarn install # or npm install
Step 3. Start Hardhat Node
Buka terminal dan jalankan perintah di bawah ini.
$ yarn hardhat node
Step 4. Run the Front End Application
$ yarn start
Buka URL pada Browser: http://localhost:3000