Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmncit/blog
Blog made of NextJs
https://github.com/mmncit/blog
Last synced: about 2 months ago
JSON representation
Blog made of NextJs
- Host: GitHub
- URL: https://github.com/mmncit/blog
- Owner: mmncit
- Created: 2023-07-19T20:21:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-13T17:09:58.000Z (over 1 year ago)
- Last Synced: 2023-08-13T17:15:35.043Z (over 1 year ago)
- Language: TypeScript
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.