/node-next-graphql-typescript

Node.js Next.js GraphQL & Typescript Boilerplate

Primary LanguageTypeScript

Node.js Next.js Graphql Typescript Boilerplate App

Install all dependencies in the server and client

npm install
# or
yarn
cd client && npm install
# or
cd client && yarn

Run the development server:

npm run start:app
# or
yarn start:app

Visit http://localhost:3000/