Creating a Blog with Next.js and Markdown - Part 1
Special mention to Traversy Media for content that is referenced here. Next.js Setup and Styling $ npx create-next-app blog npm i marked gray-matter To run (opens default app): npm run dev ready - started server on 0.0.0.0:3000, url: http://localhost:3000 wait - compiling... event - compiled client and server successfully in 9s (125 modules) Deleting the unwanted: Not using api routes, so delete pages/api folder index.js is home page Each page in Next....