# 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
  1. Navigate to the project directory:
cd boilerplate-apps-router
  1. Install the required dependencies:
yarn install

Usage

To use the project, follow these steps:

  1. Start the development server:
yarn run dev
  1. Open your web browser and navigate to http://localhost:3000.

Use as template

To use the project, follow these steps:

  1. Start the development server:
npx create-next-app --example https://github.com/mchjohn/boilerplate-apps-router
  1. Open your web browser and navigate to http://localhost:3000.