https://github.com/joscacgom/NFT-Marketplace-Template
NFT Marketplace template built with react and nextjs (NOT FINISHED YET)
https://github.com/joscacgom/NFT-Marketplace-Template
defi nextjs nft nft-marketplace react
Last synced: 6 months ago
JSON representation
NFT Marketplace template built with react and nextjs (NOT FINISHED YET)
- Host: GitHub
- URL: https://github.com/joscacgom/NFT-Marketplace-Template
- Owner: joscacgom
- Created: 2023-01-25T17:08:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T23:26:23.000Z (over 2 years ago)
- Last Synced: 2024-11-17T05:17:08.377Z (11 months ago)
- Topics: defi, nextjs, nft, nft-marketplace, react
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFT-Marketplace-Template
NFT Marketplace template built with react and nextjs## Prerequisites
You will need [Node.js](https://nodejs.org) version 8.0 or greater installed on your system.
## Setup
Get the code by either cloning this repository using git
```
git clone https://github.com/joscacgom/NFT-Marketplace-Template.git
```
Once downloaded, open the terminal in the project directory, and install dependencies with:
```
npm install
```
Then start the example app with:
```
npm run dev
```
The app should now be up and running at http://localhost:3000 🚀