Skip to content

South-IN/next-demo

Repository files navigation

Next.js Learning Project

This repository is created by me to learn and explore the basics of building web applications with Next.js. It’s a work in progress.

How to Run the Project Locally

To run this project on your local machine, follow these steps:

  1. Clone the repo in your local machine.
  2. Make sure you have Node.js installed and run
    npm install
    #or
    yarn install
    #or
    bun install
    #or
    pnpm install
    
  3. Then run the development server using:
     npm run dev
     # or
     yarn dev
     # or  
     pnpm dev
     # or
     bun dev
  4. Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published