An open API service indexing awesome lists of open source software.

https://github.com/ivanms1/node-next-graphql-typescript

Node.js Next.js GraphQL & Typescript Boilerplate
https://github.com/ivanms1/node-next-graphql-typescript

Last synced: about 1 year ago
JSON representation

Node.js Next.js GraphQL & Typescript Boilerplate

Awesome Lists containing this project

README

          

## Node.js Next.js Graphql Typescript Boilerplate App

Install all dependencies in the server and client

```bash
npm install
# or
yarn
```

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

Run the development server:

```bash
npm run start:app
# or
yarn start:app
```

Visit `http://localhost:3000/`