/rickandmorty-graphql-app

A React❄ app using Next.js🥇, Apollo Client💎 and Rick And Morty GraphQL API🥒

Primary LanguageJavaScript

Rick and Morty GraphQL App

Rick and Morty

Table of contents

  1. Installation
  2. Usage

Installation

  1. Install all the needed packages:
npm i

Usage

To run in a dev mode:

npm run dev

To run a production build:

npm run build
npm run start