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

https://github.com/thehashton/grumble

Find a place to eat. A React, GraphQL, MongoDB, Typescript PWA. Helping users find places to eat near them (WIP)
https://github.com/thehashton/grumble

algolia algolia-instantsearch apollo graphql javascript react storybook typescript

Last synced: 3 months ago
JSON representation

Find a place to eat. A React, GraphQL, MongoDB, Typescript PWA. Helping users find places to eat near them (WIP)

Awesome Lists containing this project

README

        


Grumble


Helping users find a place to eat near them.

**Visit the demo**
https://eat.netlify.com

Run the following to start the project

```
npm start
```
## Storybook
To run Storybook
```
npm run storybook
```

## Build
To build it use

```
npm run build
```