Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madebaruna/property-listing
https://github.com/madebaruna/property-listing
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madebaruna/property-listing
- Owner: MadeBaruna
- Created: 2019-08-19T04:32:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:33:07.000Z (about 2 years ago)
- Last Synced: 2024-10-27T19:46:57.185Z (3 months ago)
- Language: TypeScript
- Size: 3.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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