NextJs, Tailwind, Protected Routes
This project is a Next.js application that has been bootstrapped with create-next-app. It provides a development server that can be accessed at http://localhost:3000, and allows for easy editing of the pages with automatic updates. It also includes API routes that can be accessed on http://localhost:3000/api/hello. This project uses next/font to optimize and load a custom Google Font.
To install this Next.js project, follow these steps:
Start by cloning the repository to your local machine:
git clone [repository_url]
Navigate into the project directory:
cd [project_directory]
Install the project dependencies:
npm install
Run the development server:
npm run dev
Open your browser and go to http://localhost:3000 to see the result.
This Next.js project provides a robust development environment with a development server, live updating, and API routes. It is bootstrapped with create-next-app and includes automatic optimization and loading of a custom Google Font. The installation process is straightforward and allows for easy setup of the project.