If you have any question need support create ticket id https://themesflat.ticksy.com/ I will ready support for you. Thank so much
Open9 | NFT Marketplace React NextJS Template is perfectly suitable for non-fungible tokens, crypto-collectibles, fashion, digital art, crypto art, and many many more. Use the template to create an online marketplace: buy, sell, trade, and auction items in the NFT game easily.
This template is designed specifically for NFT game item market with all the necessary features: Dark/Light Version, Item (Auctions), Item Detail, Creators, Authors, Create Item, Login, Signup, and Wallet-connect.
It has 45+ Screens, including 07 Homepages, 04 Explore Styles, 04 Blog Style, Login, Sign up, Dashboard, and more layouts. You can customize it very easily to fit your NFT Marketplace needs.
Below are some features of this web app template:
System Requirements React Next JS: System Requirements:
Open Terminal using the command: node -v. You can install multiple versions of node and use NVM manager version node link: NVM manager in case of error can't change verion Node. handle the following way:Cause the folder nodejs:C:\Program Files\nodejs does not have overwrite permissions
1. Download and install Node.js and NPM : You can download Node.js from https://nodejs.org. NPM comes bundled with Node.js.
2. Purchase Item: After purchase from Envato you have folder itemname-package Extract i have folder itemname. You please copy file go to D:/itemname
3. Use cmd with Windows Terminal : Go go the folder D:\itemname Type command: npm install --> npm run dev
4. In your browser navigate to http://localhost:3000
5.Thats all! Now you should see your site.
For the case Visual Studio Code
Open Folder Project (open Visual Studio Code) => Open Terminal (Ctrl + `) => Type command: npm i (or yarn) --> npm install (or yarn install)
To learn more about Next.js, take a look at the following resources:
Instructions below help you to change the content, custom css and js for the template
Instructions below help you to change the content, custom css and js for the template
open9 ├── components │ ├── elements │ ├── layout │ ├── sections │ ├── slider ├── pages ├── public │ ├── assets ├── util ├── jsconfig.json ├── package.json └── next.config.js
import Preloader from "@/components/elements/Preloader" import { useEffect, useState } from "react" import AddClassBody from "@/components/elements/AddClassBody" import "/public/assets/css/style.css" import "/public/assets/css/responsive.css" function MyApp({ Component, pageProps }) { const [loading, setLoading] = useState(true) useEffect(() => { setTimeout(() => { setLoading(false) }, 1000) }, []) return (<> {!loading ? ( <>> ) : ( )} >) } export default MyApp
package.json
{ "name": "name", "version": "0.1.0", "private": true, "author": "author", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "sass": "sass --watch public/assets/scss/main.scss:public/assets/css/main.css" }, "dependencies": { "@headlessui/react": "^1.7.17", "chart.js": "^4.4.0", "eslint": "8.41.0", "eslint-config-next": "13.4.3", "next": "13.4.3", "react": "18.2.0", "react-chartjs-2": "^5.2.0", "react-countup": "^6.4.2", "react-dom": "18.2.0", "react-visibility-sensor": "^5.1.1", "sass": "^1.62.1", "swiper": "^10.2.0", "wowjs": "^1.1.3" } }
In order for the contact form to send email in nextjs, we need to use https://www.emailjs.com/
We've used the following resources as listed. These are some awesome creation and we are thankful to the community.
If you have any question need support create ticket id https://themesflat.ticksy.com/ I will ready support for you. Thank so much
Stay Awesome!
"version": "0.1.0", September 18, 2023
Copyright © 2023 Themesflat.