Skip to content

ymerve/the-wild-oasis

Repository files navigation

The Wild Oasis

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.

DEMO

Installation

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

Development

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

Build

To create a production build, run:

npm run build

The production-ready files will be in the dist directory.

About

react-lesson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published