This is a simple blog built with NextJS to show its features
https://nextjs-blog-g2nx.vercel.app/
- clone repo
cd
into repo- run
npm install
- run
npm run dev
- 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
npx create-next-app APP-NAME
npx create-next-app APP-NAME --typescript --eslint