https://github.com/s-babaeizadeh/next15-react19-app
This application is built using Next.js 15 and React 19, leveraging the latest features for an enhanced user experience.
https://github.com/s-babaeizadeh/next15-react19-app
next15 react19 shadcn-ui tailwindcss tyepscript
Last synced: about 1 year ago
JSON representation
This application is built using Next.js 15 and React 19, leveraging the latest features for an enhanced user experience.
- Host: GitHub
- URL: https://github.com/s-babaeizadeh/next15-react19-app
- Owner: s-babaeizadeh
- Created: 2024-12-07T13:34:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T17:20:39.000Z (over 1 year ago)
- Last Synced: 2025-02-10T12:13:43.290Z (over 1 year ago)
- Topics: next15, react19, shadcn-ui, tailwindcss, tyepscript
- Language: TypeScript
- Homepage:
- Size: 938 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Building a Modern Web Application with Next.js 15 and React.js 19**
## Introduction
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**.
## Technologies Used
- **Next.js 15**
- **React 19**
- Node.js
### *Getting Started*
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](http://localhost:3000/home)
- Ticket Page: [http://localhost:3000/tickets](http://localhost:3000/tickets)
## Usage
- To access the **Home Page**, navigate to `http://localhost:3000/home`.
- To access the **Ticket Page**, navigate to `http://localhost:3000/tickets`.