DocsGetting Started

Installation

Get started with your Next.js Boilerplate incredibly fast.

#Quick Start

Welcome to the ultimate Next.js boilerplate. To get your local development environment running, you will need Node.js > 18.18 installed globally.

#1. Clone the repository

Copy your unique GitHub repository access clone URL and pull it down to your local machine:

git clone https://github.com/your-username/boilerplate.git
cd boilerplate

#2. Install Dependencies

Run the standard Next.js npm install map:

npm install

#3. Start Development Server

Boot up your internal Node environment natively.

npm run dev

Your app will immediately be available at localhost:3000 mapping the standard Next.js index route.