/remix-graphql

This is a very simple application made with Remix and GraphQL Request

Primary LanguageTypeScript

Remix + Graphql

Made by GitHub last commit Code size Github top language Github language count Repository size

This is a very simple app made with Remix and GraphQL Request to consume data from Rick and Morty GraphQL API.

What is inside?

This project uses lot of stuff as:

Development

To run your Remix app locally, make sure your project's local dependencies are installed:

npm install

Afterwards, start the Remix development server like so:

npm run dev

Open up http://localhost:3000 and you should be ready to go!