Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madebaruna/property-listing


https://github.com/madebaruna/property-listing

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Property Listing
Created with react and graphql (apollo)
To run locally, please run the server first https://github.com/MadeBaruna/property-listing-backend
Or you can view the demo here: https://demo-property.baruna.win/

## Running
```
git clone https://github.com/MadeBaruna/property-listing.git
cd property-listing
yarn
yarn start
```

## Production
```
yarn build
yarn global add serve
serve -s build
```

## Test
```
yarn test
```

## TODO
- [ ] Better pagination UX
- [ ] Better mobile UI
- [ ] Create missing test