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

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.

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
```