https://github.com/ivanms1/nextjs-apollo-ssr
https://github.com/ivanms1/nextjs-apollo-ssr
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanms1/nextjs-apollo-ssr
- Owner: ivanms1
- Created: 2023-02-26T11:03:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T21:57:18.000Z (over 2 years ago)
- Last Synced: 2025-03-25T00:42:35.167Z (about 1 year ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next js + GraphQL + TypeScript Setup
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn to create this template [here](https://dev.to/ivanms1/take-your-next-js-graphql-typescript-setup-to-the-next-level-5b0i)