Overview:
This is a Next.js project created using create-next-app. The development server can be initiated to preview the project on http://localhost:3000. The project uses next/font to optimize and load the Inter font.
Features:
- Next.js Project: Created with create-next-app
- Development Server: Run and preview on http://localhost:3000
- Auto-Update: Page updates automatically as files are edited
- Font Optimization: Uses next/font to load Inter font
Installation:
To install and run the project, follow these steps:
- Clone the project repository
- Install dependencies using
npm install
- Start the development server with
npm run dev
Summary:
This Next.js project bootstrapped with create-next-app provides easy development setup and font optimization. By running the development server, users can preview the project locally and make necessary edits. The usage of next/font ensures efficient loading of the Inter font, enhancing the project’s design aesthetics.