Rohitrky2021 / CRUD_Hotel_App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotel Management Web App

  1. Node.js (version 14 or later): Download and install it from https://nodejs.org/en.
  2. npm (version 5.6 or later): This usually comes bundled with Node.js. Verify by running npm -v in your terminal.

1. Clone the Repository and Install Dependencies:

git clone  https://github.com/Rohitrky2021/CRUD_Hotel_App
cd cd Hotel-Management
npm install

2. Run the Development Server: Run the following command to launch the development server:

npm run dev

This will fire up Vite, automatically opening your browser to http://localhost:8000 to showcase your project in all its glory!

About


Languages

Language:JavaScript 95.9%Language:HTML 4.1%