first commit

This commit is contained in:
Faizhn 2024-07-17 11:31:52 +07:00
parent 1a8e67496e
commit 20d05ab526
9 changed files with 23 additions and 16 deletions

View File

@ -1,11 +1,9 @@
# Hardhat-Tailwind-React Ethers Starter Kit
Speedily develope your decentralized application with this starter kit for free!
Follow the steps below to download, install, and run this project.
Ikuti langkah-langkah di bawah ini untuk mengunduh, menginstal, dan menjalankan proyek ini.
## 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
- Hardhat: https://hardhat.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
`git clone https://github.com/Daltonic/tailwind_ethers_starter_kit <PROJECT NAME>`
`git clone <PROJECT NAME>`
## Step 2. Install dependencies
```sh
@ -21,12 +19,12 @@ $ cd <PROJECT NAME>
$ yarn install # or npm install
```
## Step 3. Start Hardhat Node
Open the terminal and run the command below.
Buka terminal dan jalankan perintah di bawah ini.
```sh
$ yarn hardhat node
```
## Step 4. Run the Front End Application
`$ yarn start`
Visit this URL in your browser: http://localhost:3000
Buka URL pada Browser: http://localhost:3000

View File

@ -1,7 +1,7 @@
{
"files": {
"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/gambar1.png": "/static/media/gambar1.296084dbca65a169b9ef.png",
"static/media/crowd.png": "/static/media/crowd.8559590cdbd5fdf9d435.png",
@ -9,10 +9,10 @@
"static/media/logo.png": "/static/media/logo.c113459be1a6e40014fa.png",
"index.html": "/index.html",
"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": [
"static/css/main.82b44b3f.css",
"static/js/main.1ed44755.js"
"static/js/main.ed7d9119.js"
]
}

View File

@ -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

View File

@ -93,6 +93,15 @@
* @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 locale configuration

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
mode: 'jit',
darkMode: false, // or 'media' or 'class'
darkMode: false,
theme: {
fontFamily: {
display: ['Open Sans', 'sans-serif'],