https://github.com/reflexjs/nextjs-starter-blog
A full-featured Next.js blog powered by MDX and Reflexjs.
https://github.com/reflexjs/nextjs-starter-blog
blog mdx nextjs
Last synced: about 2 months ago
JSON representation
A full-featured Next.js blog powered by MDX and Reflexjs.
- Host: GitHub
- URL: https://github.com/reflexjs/nextjs-starter-blog
- Owner: reflexjs
- Created: 2021-03-11T17:06:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T11:36:46.000Z (about 4 years ago)
- Last Synced: 2025-03-27T10:37:45.022Z (2 months ago)
- Topics: blog, mdx, nextjs
- Language: TypeScript
- Homepage: https://nextjs-starter-blog-demo.vercel.app
- Size: 139 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# reflexjs/nextjs-starter-blog
A Next.js blog powered by [MDX](https://mdxjs.com).
## Getting Started
```sh
npx create-next-app -e https://github.com/reflexjs/nextjs-starter-blog
```## Running your site
```sh
cd blognpm run dev
```## Docs
Visit [https://reflexjs.org/docs](https://reflexjs.org/docs) to learn more about Nextjs and Reflexjs.
## License
Licensed under the [MIT license](https://github.com/reflexjs/reflexjs/blob/master/LICENSE).