This is a simple Next.js application that displays a webpage with a title and description.
To get started with this project, follow the instructions below.
Make sure you have the following installed:
- Node.js (version 12 or later)
- npm (Node package manager)
-
Clone the repository:
git clone https://github.com/yourusername/my-nextjs-app.git
-
Navigate to the project directory:
cd my-nextjs-app
-
Install the dependencies:
npm install
To run the application in development mode, use the following command:
npm run dev
Open your browser and navigate to http://localhost:3000
to see the application in action.
To build the application for production, run:
npm run build
Then, you can start the production server with:
npm start
- A simple layout component for consistent styling across pages.
- Global CSS styles applied throughout the application.
- Custom document structure for enhanced SEO and performance.
This project is licensed under the MIT License. See the LICENSE file for details.