This project created for react learning.
The Wild Oasis is a small boutique hotel with 8 luxurious wooden cabins. This application is to manage everything about the hotel: booking, cabins and guests.
1- Clone the repository
git clone https://github.com/ymerve/the-wild-oasis.git
cd the-wild-oasis
2- install dependencies:
Make sure you have Node.js installed, the run.
node -v
output: v20.4.0 - my version
npm install
To start the development server, run:
npm run dev
This will start the Vite development server. Open your browser and
navigate to http://localhost:5173
To create a production build, run:
npm run build
The production-ready files will be in the dist
directory.