https://github.com/eadwincode/with-nextjs-apollo-blueprint
Boilerplate for nextjs with Typescript, Apollo, Graphql and Blueprint UI kit.
https://github.com/eadwincode/with-nextjs-apollo-blueprint
apollo-client blueprintjs graphql nextjs sass typescript
Last synced: 28 days ago
JSON representation
Boilerplate for nextjs with Typescript, Apollo, Graphql and Blueprint UI kit.
- Host: GitHub
- URL: https://github.com/eadwincode/with-nextjs-apollo-blueprint
- Owner: eadwinCode
- Created: 2020-04-13T17:59:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:20:53.000Z (over 3 years ago)
- Last Synced: 2025-10-19T17:41:35.318Z (7 months ago)
- Topics: apollo-client, blueprintjs, graphql, nextjs, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 833 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs boilerplate for graphql
This is just a quick start up project for React Nextjs, graphql and blueprint UI kit. The project has some basic authentication implementations managed both on the server or the client side, the choice is yours.
## Installation
```
git clone git@github.com:eadwinCode/with-nextjs-apollo-blueprint.git
cd with-nextjs-apollo-blueprint
npm i
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```