Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suzukiryuichiro/react-airbnb


https://github.com/suzukiryuichiro/react-airbnb

Last synced: 4 days ago
JSON representation

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 flat

This 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