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

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)

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 🚀