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!