Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abrehan2/next-js-clean-architecture


https://github.com/abrehan2/next-js-clean-architecture

husky nextjs storybook vscode

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        


Next.js Clean Architecture



nextdotjs
typescript
storybook
husky
vscode

## Table of Contents

1. [Introduction](#introduction)
2. [Quick Start](#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**

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

**Installation**

Install the project dependencies using npm:

```bash
npm install
```

**Running the Project**

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to view the project.