Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 451 Bytes

This is a simple frontend portion of project Blog created using Nextjs. Add .env file referencing .env.example file.

Getting Started

First, Install all the dependency:

npm install 
# or
yarn install

And then run the development server:

npm run dev
# or
yarn dev

Todos:

  • Project setup
  • Blog crud
  • authentication for user implementation
  • Search feature in blog
  • infinite scroll in blog feature.