Skip to content

otociulis/nextjs-typescript-graphql-mongo

Repository files navigation

This is a Next.js project for Medium series Next.js + Typescript + GraphQL + MongoDB = ❤️.

Getting Started

First, install all the dependencies:

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result. The GraphQL Playground console is available at http://localhost:3000/api/graphql.

To generate Typescript files from GraphQL schema run following command:

npm run generate
# or
yarn generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published