Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GavinRay97/hasura-ultimate-starter
A starter kit for serious Hasura applications that will let you hit the ground running
https://github.com/GavinRay97/hasura-ultimate-starter
Last synced: 4 days ago
JSON representation
A starter kit for serious Hasura applications that will let you hit the ground running
- Host: GitHub
- URL: https://github.com/GavinRay97/hasura-ultimate-starter
- Owner: GavinRay97
- Created: 2020-03-16T02:39:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:36:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:15:50.778Z (3 months ago)
- Language: JavaScript
- Size: 10.6 MB
- Stars: 77
- Watchers: 6
- Forks: 4
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultimate Hasura Starter, a full-stack app in minutes
## Documentation
http://hasura-ultimate-starter.surge.sh/
### Editing the Documentation
Ultimate Hasura Starter uses [Docsify](https://docsify.js.org/#/) to build its documentation. All of the docs are written in [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) and can be found in the `/docs` folder of this project. For additional reference, see Docsify's docs [here](https://docsify.js.org/#/?id=what-it-is).
To serve the docs with hot-reloading, please run:
```
npx docsify-cli serve docs
```