Skip to content

pranaytiwariii/next-blog

 
 

Repository files navigation

Nextjs Blog

local setup

  1. Fork this repo
  2. Clone it git clone https://github.com/Rahilsiddique/next-blog.git
  3. Install all the dependencies npm install
  4. Run locally npm run dev

Project Structure

  1. www.url.com --> main page contain all blog post by different authors
  2. www.url.com/authors --> view all authers
  3. www.url.com/authors/[author-name] --> auther profile with all posts
  4. www.url.com/authors/[author-name]/[author-blog] --> particular blog by author
  5. www.url.com/tags --> view all tags
  6. www.url.com/tags/[tags] --> all blogs with selected tag
  7. www.url.com/about --> About page

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.9%
  • JavaScript 27.2%
  • CSS 2.9%