This application is built using Next.js 15, React 19 TypeScript, and Shadcn. It features a simple structure with two main pages: the Home Page and the Ticket Page.
- Next.js 15
- React 19
- Node.js
To get started with this repository, follow these steps:
Clone the repository:
bash
git clone git@github.com:s-babaeizadeh/next15-react19-app.git
cd your-repo-name
Install dependencies:
npm install
Run the development server:
npm run dev
Open your browser and navigate to http://localhost:3000.
Open your browser and visit:
- Home Page: http://localhost:3000/home
- Ticket Page: http://localhost:3000/tickets
- To access the Home Page, navigate to
http://localhost:3000/home
. - To access the Ticket Page, navigate to
http://localhost:3000/tickets
.