https://github.com/mmncit/blog
Personal tech blog
https://github.com/mmncit/blog
blog frontend nextjs project-template
Last synced: 3 months ago
JSON representation
Personal tech blog
- Host: GitHub
- URL: https://github.com/mmncit/blog
- Owner: mmncit
- Created: 2023-07-19T20:21:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T17:09:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T12:49:05.880Z (5 months ago)
- Topics: blog, frontend, nextjs, project-template
- Language: TypeScript
- Homepage: https://mmncit.github.io/blog
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Template blog app made of NextJs
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000/blog](http://localhost:3000/blog) with your browser to see the result.