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
- Host: GitHub
- URL: https://github.com/ivanms1/node-next-graphql-typescript
- Owner: ivanms1
- Created: 2020-03-24T15:04:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:58:31.000Z (over 3 years ago)
- Last Synced: 2025-01-24T18:49:05.172Z (over 1 year ago)
- Language: TypeScript
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
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/`