This is a sample blog application using Next.js with App Router with next-mdx-remote.
The following blog is based on this repository.
https://amateur-engineer-blog.com/
- Typescript
- React
- Next.js (App Router)
- next-mdx-remote
- Tailwind CSS
- daisyUI
- next-themes
- gray-matter
- React Syntax Highlighter
- React Icons
- Framer Motion
- Tocbot
- Resend
- openGraphScraper
- Google Analytics
- Google Adsense
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/monda00/next-app-router-mdx-blog.git
- Install the dependencies:
cd next-app-router-mdx-blog
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to see the app in action.