Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to open a new support request
vimns-v1.0.zip you will find two
folders including vimns (this is your root folder).
Open this folder with VS Code (or any other you like). And
follow step below.
npm install packages.
You can do this by running npm install from the root of your
project to install all the necessary dependencies.
yarn dev or npm run dev for a dev server. Navigate to
http://localhost:3000 . The app will automatically reload if you
change any of the source files.
npm run build and then
npm run start
vimns/
+
├───.next
│ ├───cache
│ │ ├───autodll-webpack-plugin
│ │ │ └───development_instance_0_0efb82d07f0841e91c3c43420db3d532
│ │ └───next-babel-loader
│ ├───server
│ │ └───static
│ │ └───development
│ │ └───pages
│ │ └───next
│ │ └───dist
│ │ └───pages
│ └───static
│ ├───chunks
│ ├───development
│ │ ├───dll
│ │ └───pages
│ │ └───next
│ │ └───dist
│ │ └───pages
│ ├───runtime
│ └───webpack
│ └───static
│ └───development
│ └───pages
├───components
├───pages
└───public
└───assets
├───css
├───fonts
├───images
│ ├───background
│ ├───blog
│ ├───brand
│ ├───dark
│ │ ├───brand
│ │ ├───resources
│ │ └───shapes
│ ├───favicons
│ ├───main-slider
│ ├───resources
│ ├───shapes
│ ├───team
│ └───testimonials
├───js
└───scss
+
Help: For detailed explanation on how things work, check out
Next.js docs.
vimns/components/Layout.js
vimns/pages/index.js
Open vimns/components/NavOne.js and NavTwo.js
Open vimns/components/Footer.js