Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abrehan2/next-js-clean-architecture
- Owner: abrehan2
- Created: 2024-07-23T16:19:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T18:01:35.000Z (4 months ago)
- Last Synced: 2024-10-13T21:43:57.717Z (2 months ago)
- Topics: husky, nextjs, storybook, vscode
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Next.js Clean Architecture
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.