Next-js-Clean-Architecture

Stars
0
Committers
2

Table of Contents

  1. Introduction
  2. Quick Start

Introduction

This Next.js template is designed with a clean and scalable architecture, incorporating best practices for code quality and formatting. It includes comprehensive setup for ESLint, Prettier, Git Hooks, VS Code configuration, debugging, and seamless Storybook integration. Additionally, it provides guidance on creating well-structured component templates, ensuring a robust foundation for your projects.

Quick Start

Follow these steps to set up the project locally on your machine.

Cloning the Repository

git clone https://github.com/abrehan2/Next-js-Clean-Architecture.git
cd Next-js-Clean-Architecture

Installation

Install the project dependencies using npm:

npm install

Running the Project

npm run dev

Open http://localhost:3000 in your browser to view the project.