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
- Host: GitHub
- URL: https://github.com/sdras/favegame
- Owner: sdras
- Created: 2020-10-17T20:08:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T20:21:08.000Z (over 4 years ago)
- Last Synced: 2025-02-28T23:27:02.802Z (3 months ago)
- Topics: hasura, netlify, nuxt, nuxt-hasura, starter
- Language: Vue
- Homepage: https://hasura-nuxt-demo.netlify.app/
- Size: 659 KB
- Stars: 47
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)**
[](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).