Skip to content

julia-dizhak/nextjs-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a blog using Next.js

Here is a simple blog built using Next.js, JavaScript, CSS, HTML, React.

Design

Here is how the design look like for desktop and mobile blog

The project is available on link Blog.

Run locally

  • 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

Features

  • render posts content using static generation method from Next.js
  • load posts from markdown
  • dynamic routes

Deploy

Deployed by Vercel

Releases

No releases published

Packages

No packages published