first commit
This commit is contained in:
parent
1a8e67496e
commit
20d05ab526
12
README.md
12
README.md
|
@ -1,11 +1,9 @@
|
||||||
|
|
||||||
# Hardhat-Tailwind-React Ethers Starter Kit
|
# Hardhat-Tailwind-React Ethers Starter Kit
|
||||||
Speedily develope your decentralized application with this starter kit for free!
|
Ikuti langkah-langkah di bawah ini untuk mengunduh, menginstal, dan menjalankan proyek ini.
|
||||||
|
|
||||||
Follow the steps below to download, install, and run this project.
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.
|
Install
|
||||||
- NPM: https://nodejs.org
|
- NPM: https://nodejs.org
|
||||||
- Hardhat: https://hardhat.org/
|
- Hardhat: https://hardhat.org/
|
||||||
- EthersJs: https://ethers.org/
|
- EthersJs: https://ethers.org/
|
||||||
|
@ -13,7 +11,7 @@ Install these prerequisites to follow along with the tutorial. See free video tu
|
||||||
|
|
||||||
|
|
||||||
## Step 1. Clone the project
|
## Step 1. Clone the project
|
||||||
`git clone https://github.com/Daltonic/tailwind_ethers_starter_kit <PROJECT NAME>`
|
`git clone <PROJECT NAME>`
|
||||||
|
|
||||||
## Step 2. Install dependencies
|
## Step 2. Install dependencies
|
||||||
```sh
|
```sh
|
||||||
|
@ -21,12 +19,12 @@ $ cd <PROJECT NAME>
|
||||||
$ yarn install # or npm install
|
$ yarn install # or npm install
|
||||||
```
|
```
|
||||||
## Step 3. Start Hardhat Node
|
## Step 3. Start Hardhat Node
|
||||||
Open the terminal and run the command below.
|
Buka terminal dan jalankan perintah di bawah ini.
|
||||||
```sh
|
```sh
|
||||||
$ yarn hardhat node
|
$ yarn hardhat node
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 4. Run the Front End Application
|
## Step 4. Run the Front End Application
|
||||||
`$ yarn start`
|
`$ yarn start`
|
||||||
Visit this URL in your browser: http://localhost:3000
|
Buka URL pada Browser: http://localhost:3000
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"main.css": "/static/css/main.82b44b3f.css",
|
"main.css": "/static/css/main.82b44b3f.css",
|
||||||
"main.js": "/static/js/main.1ed44755.js",
|
"main.js": "/static/js/main.ed7d9119.js",
|
||||||
"static/media/gambar2.png": "/static/media/gambar2.7b305f6850ce809a4b77.png",
|
"static/media/gambar2.png": "/static/media/gambar2.7b305f6850ce809a4b77.png",
|
||||||
"static/media/gambar1.png": "/static/media/gambar1.296084dbca65a169b9ef.png",
|
"static/media/gambar1.png": "/static/media/gambar1.296084dbca65a169b9ef.png",
|
||||||
"static/media/crowd.png": "/static/media/crowd.8559590cdbd5fdf9d435.png",
|
"static/media/crowd.png": "/static/media/crowd.8559590cdbd5fdf9d435.png",
|
||||||
|
@ -9,10 +9,10 @@
|
||||||
"static/media/logo.png": "/static/media/logo.c113459be1a6e40014fa.png",
|
"static/media/logo.png": "/static/media/logo.c113459be1a6e40014fa.png",
|
||||||
"index.html": "/index.html",
|
"index.html": "/index.html",
|
||||||
"main.82b44b3f.css.map": "/static/css/main.82b44b3f.css.map",
|
"main.82b44b3f.css.map": "/static/css/main.82b44b3f.css.map",
|
||||||
"main.1ed44755.js.map": "/static/js/main.1ed44755.js.map"
|
"main.ed7d9119.js.map": "/static/js/main.ed7d9119.js.map"
|
||||||
},
|
},
|
||||||
"entrypoints": [
|
"entrypoints": [
|
||||||
"static/css/main.82b44b3f.css",
|
"static/css/main.82b44b3f.css",
|
||||||
"static/js/main.1ed44755.js"
|
"static/js/main.ed7d9119.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>BlockXStarter</title><script defer="defer" src="/static/js/main.1ed44755.js"></script><link href="/static/css/main.82b44b3f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>BlockXStarter</title><script defer="defer" src="/static/js/main.ed7d9119.js"></script><link href="/static/css/main.82b44b3f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -93,6 +93,15 @@
|
||||||
* @license MIT
|
* @license MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** @license React v16.13.1
|
||||||
|
* react-is.production.min.js
|
||||||
|
*
|
||||||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*/
|
||||||
|
|
||||||
//! moment.js
|
//! moment.js
|
||||||
|
|
||||||
//! moment.js locale configuration
|
//! moment.js locale configuration
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||||||
mode: 'jit',
|
mode: 'jit',
|
||||||
darkMode: false, // or 'media' or 'class'
|
darkMode: false,
|
||||||
theme: {
|
theme: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
display: ['Open Sans', 'sans-serif'],
|
display: ['Open Sans', 'sans-serif'],
|
||||||
|
|
Loading…
Reference in New Issue