StaterKit Guide

Purpose of a starter kit
Introduction to the Next.js Template Starter Kit:

The Next.js template starterkit is a resource that helps developers kickstart their next.js web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building next.js-based websites or applications.

Purpose of the Nextjs Template Starter Kit:

The purpose of the Next.js template starter kit is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in next.js projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.

Benefits of Using the Next.js Template Starter Kit:

The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and File structure(src), including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.
Before using the Next.js template starter kit, developers should have a basic understanding of Next.js and web development concepts.

Starterkit Overview

You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Ynex have more than 170+ pages.

We have provided all the pre-build layouts like Sidemenu, Header, footer and blank pages etc in the Starterkit.

For further information or support regarding the template, please contact us using the provided link.

https://support.spruko.com/
Starterkit File structure

									starterkit/
									├── app/
									|     ├── (components)/
									|     |     ├── (contentlayout)/
									|     |     └── layout.js
									|     ├── api/
									|     ├── favicon.ico
									|     ├── global.scss
									|     ├── layout.js
									|     ├── not-found.js
									|     ├── page.js
									|     └── Prelinescript.js
									├── public/
									|      ├── assets/
									|      ├── next.svg
									|      └── vercel.svg
									├── shared/
									|       ├── data/
									|       ├── firebase/
									|       ├── layout-components/
									|       └── redux/
									├── eslintrtc.json
									├── gitignore
									├── jsconfig.json
									├── next-config.js
									├── package-lock.json
									├── package.json
									├── postcss.config.js
									├── README.md
									└── tailwind.config.js
  • Take a quick look at the File structure(pages) of the "Starterkit."
  • Integration of your customized next.js pages becomes easy when using the "Starterkit."
  • The "Starterkit" provides all the layout components, related assets, and plugins.
  • To explore the contents of the "Starterkit," unzip the project folder received after purchase.