Skip to content

An Incremental Static Regeneration Blog Example Using Next.js and works with API backend

Notifications You must be signed in to change notification settings

umakantv/nextjs-blogs-client

Repository files navigation

An Incremental Static Regeneration Blog Example Using Next.js and Node.js Backend

Features

  • Auth
  • Posts
  • Comments
  • Tags

Demo

How to use

Configuration

Step 1. Clone the backend repo

First, you need to run backend server, you can clone and setup the repository from here.

Once the server is up and running, you can follow the below steps to add dummy data.

Step 2. Populate Content

Use the command node scripts/dummyData.js to add dummy data after adding proper environment variables.

Step 3. Setup Frontend

Copy .env.local.example to .env.local and add configuration.

Step 4. Start next.js development server

Run the command npm run dev to start the next.js server.

About

An Incremental Static Regeneration Blog Example Using Next.js and works with API backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages