https://github.com/hngprojects/hng_boilerplate_nextjs
https://github.com/hngprojects/hng_boilerplate_nextjs
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hngprojects/hng_boilerplate_nextjs
- Owner: hngprojects
- Created: 2024-05-30T21:49:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T18:20:13.000Z (3 months ago)
- Last Synced: 2025-05-16T05:03:57.871Z (27 days ago)
- Language: TypeScript
- Homepage: https://deployment.nextjs.boilerplate.hng.tech
- Size: 95 MB
- Stars: 205
- Watchers: 9
- Forks: 272
- Open Issues: 319
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# hng_boilerplate_nextjs
## Overview
[Description]
## Getting Started
In order to run this app locally, you should have the following programs installed on your computer:
- [nodejs](https://nodejs.org/)>=20.0.0
- [pnpm](https://yarnpkg.com/)>=9.4.0#### Clone this repository
```
git clone [email protected]/hngprojects/hng_boilerplate_nextjs.git
cd hng_boilerplate_nextjs
```#### Install dependencies
```
pnpm install
```#### Start the server
```
pnpm dev
```## Contributing
Please see [CONTRIBUTING](./CONTRIBUTING.md)