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

https://github.com/sdras/favegame

Small starter example of Hasura, Nuxt, and Netlify for Jamstack/SSR rendering
https://github.com/sdras/favegame

hasura netlify nuxt nuxt-hasura starter

Last synced: about 2 months ago
JSON representation

Small starter example of Hasura, Nuxt, and Netlify for Jamstack/SSR rendering

Awesome Lists containing this project

README

        

# FaveGame: Nuxt, Hasura, and Netlify

**[Article walkthrough here >>>](https://netlify.com/blog/2020/10/26/graphql-with-hasura-and-nuxt/)**

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sdras/favegame/?utm_source=github&utm_medium=favegame-sd&utm_campaign=devex)

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).