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)
- Host: GitHub
- URL: https://github.com/thehashton/grumble
- Owner: thehashton
- Created: 2019-01-14T23:27:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:28:42.000Z (over 2 years ago)
- Last Synced: 2024-07-30T16:51:39.493Z (10 months ago)
- Topics: algolia, algolia-instantsearch, apollo, graphql, javascript, react, storybook, typescript
- Language: TypeScript
- Homepage: https://eat.netlify.com/
- Size: 3.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Helping users find a place to eat near them.**Visit the demo**
https://eat.netlify.comRun the following to start the project
```
npm start
```
## Storybook
To run Storybook
```
npm run storybook
```## Build
To build it use```
npm run build
```