babluroy / Blog-frontend-with-SSR

Full stack blog with server side rendering

Home Page:https://blog-frontend-with-ssr.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextjs Blog : Frontend

Backend Repo: Visit

Installation

Step: 1

Install node modules using

npm i

Step: 2

Create .env file. Create API URL & Webiste url:

NEXT_PUBLIC_BLOG_API_URL=API_URL
NEXT_PUBLIC_URL=YOUR_LIVE_WEBSITE_URL

Step 3

Replace bashproduction_url in middleware.js with your live url

About

Full stack blog with server side rendering

https://blog-frontend-with-ssr.vercel.app/


Languages

Language:JavaScript 91.0%Language:CSS 9.0%