Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohitisog/nftgalaxy


https://github.com/rohitisog/nftgalaxy

blockchain ethers hardhat ipfs javascript nextjs nft nft-generator nft-marketplace smart-contracts solidity tailwindcss

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

# NFTGalaxy Marketplace

PreRequisites
## 1. Install VS Code
[Click Here & Download ](https://code.visualstudio.com/download)
## 2. Install Node Js
[Click Here & Download ](https://nodejs.org/en/)
## 3. Install Git
[Click Here & Download ](https://git-scm.com/downloads)

# Now Open Terminal and Run All Steps one by one
## Steps to Run

## Step 1 : Clone this Repo

``` git clone https://github.com/rohitverse/nftgalaxy.git ```

image

## Step 2 : change directory to enter in the folder

```cd .\nftgalaxy\```

image

## Step 3 : Open new VS Code Window
``` code ./ ```

image

Now Folder Structure Looks like 👍

image

## Step 4 : install all packages from package.json

``` npm install```

It will take few minutes to install all packages

image

Now we will get the node moduules folder because we installed all packages from package.json that are all packages are stored in the form of modules in the ```node_modules```

## Step 5 : Start Frontend

``` npm run dev ```

image

or Frontend will start running on ```localhost:3000```

Click on Follow Link or ```ctrl + click```

image

## If you want to run this project then open the folder with vs code

# Run Command

```npm run dev ```

Frontend will run automatically basically we followed STEP 5 here!

Happy Learning!