Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```