Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzukiryuichiro/react-airbnb
https://github.com/suzukiryuichiro/react-airbnb
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/suzukiryuichiro/react-airbnb
- Owner: SuzukiRyuichiro
- Created: 2021-03-25T06:35:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T11:53:12.000Z (over 3 years ago)
- Last Synced: 2024-11-09T09:39:46.751Z (about 2 months ago)
- Language: JavaScript
- Size: 3.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React airbnb
![screenshot](./screenshots/1.jpg)
A simple app to learn React
If you click on one of the listing, it will jump to location of that flatThis app uses mapbox gl js
## How to run after cloning
To start the local Webpack Dev Server (usually on port `8080`):
```bash
yarn start
```dont forget to
```bash
yarn install
```first