Prerequisites
React Next Js is constructed leveraging Node.js. as its foundation. To initiate your journey with React Next Js, it's essential to have an up-to-date version of Node.js and npm installed on your machine.
Thank you so much for purchasing our item from themeforest
Hello! Welcome to Azzle's official documentation. Simple, Flexible, ready to use React Next Js Template which will bring you so much closer to your end goals. Let’s dive in.
React Next Js is constructed leveraging Node.js. as its foundation. To initiate your journey with React Next Js, it's essential to have an up-to-date version of Node.js and npm installed on your machine.
We require many packages (dependencies) to run our site. Move into /azzle-next (project root) directory and run command below.
npm install
After the installation, you should have a folder named
/node_modules
in the project root directory..
To start our development server run command below:
npm run dev
Open your browser and visit http://localhost:3000!. You should see a page like below.
Voila!
You are a genious. Now
open the code editor and start hacking!
Some useful commands to work with the project.
1. npm run dev
to
Start development server at
http://localhost:3000
2. npm run build
for
Generating production build
3. npm serve
To serve
build files at
http://localhost:9000
Follow the steps below to setup your site template:
azzle-next/styles/css
- Css files
azzle-next/app
- All pagesazzle-next/public/images
- Images files
azzle-next/app/page.js
- Root file
You have the option to modify default logo. All you have to do is substitute the custom name at this location.
You have the option to pass the custom logo image in any component.
Documentation and examples for header, footer, grid
First header (default) of the website. It contains the logo, menu and login/registration option.
Second header of the website. It contains the logo, menu and login/registration information.
Third header of the website. It contains the logo, menu and login/registration information.
Fourth header of the website. It contains the logo, menu and login/registration information.
A FAQ is a list of frequently asked questions (FAQs) and answers on a particular topic.
See what's new added, changed, fixed, improved or updated in the latest versions.
Initial Release