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:
- Download a Template or Boilerplate
Choose from our free and premium collection and download your preferred option. - Install Dependencies
Runnpm install
oryarn install
in your project directory. - Run Locally
Usenpm run dev
oryarn dev
to start the development server athttp://localhost:3000
. - Explore and Customize
Follow our customization guides to tailor the project to your needs.
For detailed steps, check out Boilerplate Setup.