# Template Next App Router
Simple template for Next projects.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
## Installation
To install the project, follow these steps:
1. Clone the repository:
```bash
git clone git@github.com:mchjohn/boilerplate-apps-router.git
- Navigate to the project directory:
cd boilerplate-apps-router
- Install the required dependencies:
yarn install
To use the project, follow these steps:
- Start the development server:
yarn run dev
- Open your web browser and navigate to
http://localhost:3000
.
To use the project, follow these steps:
- Start the development server:
npx create-next-app --example https://github.com/mchjohn/boilerplate-apps-router
- Open your web browser and navigate to
http://localhost:3000
.