Apexa

Multipurpose Business Consulting NextJS Template

DOCUMENTATION

  • Doc version: 1.0
  • Created: 10 Nov 2023
  • Last update: 10 Nov 2023

OVERVIEW

Introducing Apexa – the Business Consulting NextJS 14 Template tailored for various types of Sass products, software, startups, app showcases, and related products/services. It boasts full responsiveness, ensuring a stunning appearance on screens and devices of all sizes. Apexa provides a sleek platform to effectively present and promote your startup SaaS applications, mobile apps, software, and digital products. Each section is thoughtfully designed, with a particular focus on catering to Technology, Consulting, Agency solutions companies.

Rest assured, Apexa is rigorously tested for responsiveness and compatibility across all major browsers and devices, including Firefox, Chrome, Internet Explorer, and Safari. Its high degree of customization allows you to create an outstanding website layout based on Bootstrap 5.x grid system.

If you seek a website theme that truly enhances your online presence and maximizes visitor engagement, Apexa is the ideal choice for you.

Main Features

  • React 18, NextJs 14, App Router
  • 05 Homepage Demos
  • Multi Header Styles
  • Creative and Unique Design
  • React aos animation
  • React swiper slider
  • React-modal-video
  • 100% Responsive
  • Nice and Clean Design
  • Clean and commented code
  • Valid Redux / Jsx Component / CSS3
  • Easy to customize
  • Flexible and multi-purpose
  • Built On Bootstrap 5
  • Detailed documentation
  • Lifetime Free Update
  • And much more…

What do you get?

  • NextJS Template source code
  • Documentation

Note

All images are just used for Preview Purpose Only. They are not part of the template and maybe NOT included in the final purchase files.

Change log

                                VERSION 1.0
                                - First release.
                            

GET STARTED

Folder Structure

  • /components
    • /blog
      • /BlogCard1.js
      • /BlogPost.js
      • /Pagination.js
    • /elements
      • /BackToTop.js
      • /Counter.js
      • /CounterUp.js
      • /...
    • /layout
      • /Footer.js
      • /Header.js
      • /Layout.js
      • /...
    • /sections
      • /About1.js
      • /About2.js
      • ...
  • /slider/
    • /BrandActiveSlider.js
    • /HeroSlider.js
    • /TestimonialActiveTwoSlider.js
  • /public
  • /.gitignore
  • /jsconfig.json
  • /next.config.js
  • /package.json
  • /package-lock.json
  • /README.md

Structure

layout.js Structure

                                
                            

Dependencies

package.json

                                "dependencies": {
                                    "aos": "^2.3.4",
                                    "next": "14.0.1",
                                    "react": "18.2.0",
                                    "react-curved-text": "^3.0.0",
                                    "react-dom": "18.2.0",
                                    "react-modal-video": "^2.0.1",
                                    "sass": "^1.69.5",
                                    "swiper": "^11.0.3",
                                    "wowjs": "^1.1.3"
                                }
                            

Create a Page

Create page pages\blank.js

                                export default function MyPage() {
                                    return(
                                        <>
                                            

Hello!

) }

Routing

The Next.js router allows you to do client-side route transitions between pages, similar to a single-page application

A React component called Link is provided to do this client-side route transition.

                                
                            

In the example above we have multiple links, each one maps a path (href) to a known page:

  • / → pages/index.js
  • /page-about → pages/page-about.js

Any in the viewport (initially or through scroll) will be prefetched by default (including the corresponding data) for pages using Static Generation. The corresponding data for server-rendered routes is not prefetched.

Deployment

If you haven’t already done so, push your Next.js app to a Git provider of your choice: GitHub, GitLab, or BitBucket. Your repository can be private or public.

Then, follow these steps:

  • Sign up to Vercel (no credit card is required).
  • After signing up, you’ll arrive on the “Import Project” page. Under “From Git Repository”, choose the Git provider you use and set up an integration. (Instructions: GitHub / GitLab / BitBucket).
  • Once that’s set up, click “Import Project From …” and import your Next.js app. It auto-detects that your app is using Next.js and sets up the build configuration for you. No need to change anything — everything should work just fine!
  • After importing, it’ll deploy your Next.js app and provide you with a deployment URL
  • To get more help on the deployment checkout

UPDATE

Important Note:

- Backup your website and template folders completely to make sure you have a restore point in case of any complications.

Update using FTP

  1. Download the latest version of the template to your device.
  2. Connect to your hosting via FTP software
  3. Upload the template folder you unzipped to your site folder
  4. You should be asked to confirm overwriting of this folder and its contents. Confirm the overwrite.

SOURCES & CREDITS

THANK YOU

Thank you so much for using this template.

- AliThemes Team -