Here is a simple blog built using Next.js, JavaScript, CSS, HTML, React.
Here is how the design look like for desktop and mobile
The project is available on link Blog.
- Open a new terminal window, and navigate to the folder
- Run
npm install & npm run dev
- this will install all packages - Start the blog in localhost:3000
- render posts content using static generation method from Next.js
- load posts from markdown
- dynamic routes
Deployed by Vercel