Docs
Installation

Install Next.js Templates

In this part of the documentation we will show you how to install Next.js Templates.

Before moving forward, make sure you have Node.js installed on your machine. Otherwise the installation commands will not work.

If you're using Boilerplate templates, follow the Boilerplate installation guide. Otherwise you can follow the installations steps below:

Quick Start

New to Next.js Templates? Try this 5-minute setup:

  1. Download a Template or Boilerplate
    Choose from our free and premium collection and download your preferred option.
  2. Install Dependencies
    Run npm install or yarn install in your project directory.
  3. Run Locally
    Use npm run dev or yarn dev to start the development server at http://localhost:3000.
  4. Explore and Customize
    Follow our customization guides to tailor the project to your needs.

For detailed steps, check out Boilerplate Setup.