Skip to content

Commit

Permalink
minor adjustments in minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Dec 6, 2018
1 parent 3c63116 commit 2bb69a7
Show file tree
Hide file tree
Showing 6 changed files with 1,284 additions and 1,473 deletions.
2 changes: 1 addition & 1 deletion minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

![](https://i.imgur.com/Ip2ZXSC.png)

For a fully-fledged **React & Apollo tutorial**, visit [How to GraphQL](https://www.howtographql.com/react-apollo/0-introduction/). You can more learn about the idea behind GraphQL boilerplates [here](https://blog.graph.cool/graphql-boilerplates-graphql-create-how-to-setup-a-graphql-project-6428be2f3a5).
For a fully-fledged **React & Apollo tutorial**, visit [How to GraphQL](https://www.howtographql.com/react-apollo/0-introduction/).

## Getting started

Expand Down
2 changes: 0 additions & 2 deletions minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "minimal",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "0.1.22",
"graphql": "0.13.2",
Expand Down
5 changes: 1 addition & 4 deletions minimal/server/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "graphql-boilerplate",
"version": "1.0.0",
"scripts": {
"start": "node src/index.js"
},
"keywords": [],
"author": "Manjula Dube",
"dependencies": {
"graphql-yoga": "1.16.7"
}
}
}
Loading

0 comments on commit 2bb69a7

Please sign in to comment.