Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 299 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 299 Bytes

Welcome to Hotel Pirates ☠️

List of hotels with images, ratings and cost etc., made with plain JavaScript, HTML and CSS.

To start, first install the dependencies:

npm install

Then, run app with:

npm start

Build app for deployment with:

npm run build