Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.85 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.85 KB

Welcome to Klaikhun

เว็บแอปพลิเคชันสำหรับจองโรงแรมและเที่ยวบิน เทคโนโลยีที่ใช้พัฒนา: React.js, Vite.js, Node.js, Tailwind CSS, and MySQL

enter image description here enter image description here enter image description here enter image description here enter image description here

How to use

1. Clone this Repository

git clone https://github.com/MindNara/Klaikhun-web-app.git

2. Navigate to the directory

# Frontend
cd app

# Backend
cd server

3. Install dependencies

yarn install
# or
npm install

4. Run Dev Server

Frontend

yarn dev
# or
npm run dev

Backend

node app.js