eadwinCode / with-nextjs-apollo-blueprint

Boilerplate for nextjs with Typescript, Apollo, Graphql and Blueprint UI kit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Boilerplate for nextjs with Typescript, Apollo, Graphql and Blueprint UI kit.


Languages

Language:TypeScript 93.9%Language:SCSS 6.1%