Skip to content

Samuelsonvs/GraphQL-Generator

Repository files navigation

Introduction

This application is designed for create graphql querys.

Technologies

  • React and Next.js for UI, utilising getStaticProps (static generation, fetch data at build time) and getServerSideProps (server-side rendering, fetch data at request time). next/image was used for image optimisation.
  • ApolloJs was used for scale, manage and build with GraphQL.
  • TailwindCss was used for styling.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm install
npm run dev
# or
yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published