/nuxt-graphql-api-starter

Nuxt + graphql-http + Prisma + Nexus = GraphQL Server

Primary LanguageTypeScriptMIT LicenseMIT

Nuxt 3 Minimal GraphQL API Starter

Nuxt + graphql-http + Prisma + Nexus = GraphQL Server

Develop

The project using yarn as the package manager.

Setup

Make sure to install the dependencies:

# yarn
yarn

Development Server

Start the development server on http://localhost:3000:

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

Locally preview production build:

# yarn
yarn preview

Others