Skip to content

Latest commit

 

History

History

basic-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Basic Next.js (AppDir)

Simple project that demonstrates a basic Next.js project setup using the appDir programming model.

Setup

  1. Run the application.

    npm install
    npm run dev
  2. Navigate to http://localhost:3000.