Skip to content

hasura/gqless-movies-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gqless movies app

gqless homepage

Check out the live CodeSandbox demo, and read the tutorial blog post over at hasura.io.

Learn more at gqless.netlify.com

Features

Easy-to-use

Effortlessly create GraphQL apps within minutes. All progressively loaded, with the easy-to-use cache & React Suspense

Demo

Rich IDE experience

Out of the box support for Typescript. Easily see your API documentation, jump to the type definitions etc.

CodeSandbox intellisense demo

Running locally

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!