An open API service indexing awesome lists of open source software.

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.

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 blog

npm 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).