Welcome to the NextJs-Tutorial repository! This project is a starter template for the Next.js App Router Course, designed to help you get up and running with Next.js and its features.
This repository contains the initial codebase for the dashboard application featured in the Next.js App Router Course. It includes various configurations and setup files to help you understand the basics of building applications with Next.js.
For more details on the course and to follow along with the curriculum, please visit the Next.js Website.
Here's a quick overview of the project's structure:
To get started with this project, follow these steps:
Clone the repository:
git clone https://github.com/FelixMairamhof/NextJs-Tutorial.git
Navigate to the project directory:
cd NextJs-Tutorial
Install dependencies:
pnpm install
Run the development server:
pnpm dev
Open your browser and go to http://localhost:3000
to see the application in action.
Feel free to fork the repository and make changes. If you have any suggestions or improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
Happy coding! 🚀