Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

danicunhac/next-boilerplate

Repository files navigation

Boilerplate

You can follow Common Layout Design for Next.js Apps

🚀 Technologies

🔥️ Starting the project

Create a new application using create-next-app with the -e | --example flag pointing to this repository's url, like so:

npx create-next-app@latest --example https://github.com/danicunhac/next-boilerplate

Tip: You can find create-next-app's documentation at https://nextjs.org/docs/api-reference/create-next-app.

Alternative setup

You can also click on the Use this template button.

After that, clone the repository that was created on your account and follow the steps below:

# Installing project dependencies
yarn

# Starting the project
yarn dev