https://github.com/zafar-saleem/nextjs-scales
This repository is the practicle demonstration of my article on better programing.
https://github.com/zafar-saleem/nextjs-scales
architecture article better-programming developer-tools javascript medium-article nextjs react reactjs
Last synced: 2 months ago
JSON representation
This repository is the practicle demonstration of my article on better programing.
- Host: GitHub
- URL: https://github.com/zafar-saleem/nextjs-scales
- Owner: zafar-saleem
- Created: 2022-10-14T09:30:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T09:56:16.000Z (over 2 years ago)
- Last Synced: 2025-01-01T03:27:37.048Z (4 months ago)
- Topics: architecture, article, better-programming, developer-tools, javascript, medium-article, nextjs, react, reactjs
- Language: TypeScript
- Homepage: https://betterprogramming.pub/creating-a-next-js-architecture-that-scales-how-to-set-up-the-development-tools-f7db99321a10
- Size: 123 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
This repository is the practicle demonstration of my article on better programing with the title [Creating Nextjs Architecture That Scales](https://betterprogramming.pub/creating-a-next-js-architecture-that-scales-how-to-set-up-the-development-tools-f7db99321a10))First, install dependencies:
```bash
yarn
```Then, run the development server:
```bash
yarn dev
```