31 lines
660 B
Markdown
31 lines
660 B
Markdown
|
|
# Hardhat-Tailwind-React Ethers Starter Kit
|
|
Langkah-langkah di bawah ini untuk mengunduh, 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 <NAMA PROJECT>`
|
|
|
|
## Step 2. Install dependencies
|
|
```sh
|
|
$ cd <NAMA PROJECT>
|
|
$ yarn install # atau npm install
|
|
```
|
|
## Step 3. Start Hardhat Node
|
|
Buka terminal dan jalankan perintah di bawah ini untuk node lokal.
|
|
```sh
|
|
$ yarn hardhat node
|
|
```
|
|
|
|
## Step 4. Run the Front End Application
|
|
`$ yarn start`
|
|
Buka URL pada Browser: http://localhost:3000
|
|
|