/Hotel

Montserrat hotel personal front end project build with vanilla js

Primary LanguageSCSS

How to develop the app

Initialize the environment

1. Clone the repository:

git clone https://github.com/KaungKZ/Hotel.git

2. Install the dependencies:

npm install

3. Build any necessary building/prep tasks

npm run build

Launch the app

1. Run the development server:

npm start

2. Open localhost:8080 to see the live app.