StayEasy - Example Airbnb-like React App (starter)
How to use:
- Unzip this project (airbnb-react.zip).
- In the project folder run
npm installto install dependencies. - Run
npm startto start the dev server.
Notes:
- This starter focuses on UI, structure and checklist placeholders (host/guest/admin pages, account settings, listing cards, image placeholders, filters).
- Replace
public/images/sample-property.jpgwith your real property images. - This is intended to be used with
create-react-appor as a replacement src/public for one.