Note: This is the Next.js 13 App Router version of the NextJS Blog App
A simple blog built with NextJS 13 App Router and Typescript to show its features
https://nextjs-blog-typescript-rho.vercel.app/
- clone repo
cd
into repo- run
npm install
- run
npm run dev
Note: Since this app is built using Next.js 13 App Router, please refer to newer Typescript docs for Next.js 13
npx create-next-app APP-NAME --typescript --eslint
- Use markdown files to create blog posts
- Parse markdown files using
gray-matter
andremark
- Display blog posts on home page and on their own page
- Sort blog posts by date
- Style blog posts using TailwindCSS and Sass
- Next.js App Router Docs
- Typescript
- React
- TailwindCSS
- Sass
- postcss
- autoprefixer
- date-fns
- gray-matter
- remark