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 2bb69a7 commit 23e4231
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,14 @@
- **Pre-configured Apollo Client:** The project comes with a preconfigured setup for Apollo Client
- **Simple Hello World example:** Where it either returns `Hello <name>!` if name argument is provided or else it returns `Hello World!`

![](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/).

## Getting started

## Documentation

### Commands

* `yarn start` or `npm run start` starts GraphQL server on `http://localhost:4000`

### Server structure

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


| File name               | Description         <br><br>|
| :-- | :-- |
| `└── src ` (_directory_) | _Contains the source files for your GraphQL server_ |
| `  ├── index.js` | The entry point for your GraphQL server |

### Frontend React Structure

| File name               | Description         <br><br>|
| :-- | :-- |
| `└── public ` (_directory_) | Contains the html file |
| `  ├── index.html`
| `└── src ` (_directory_) | Contains the html file |
| `  ├── `components(_directory_)| Contains React Component
| `  ├── `index.js(file)|(Root file for React application)

## Run your react application using `yarn run start`

## Contributing

The GraphQL boilerplates are maintained by the GraphQL community, with official support from the [Apollo](https://dev-blog.apollodata.com) & [Graphcool](https://blog.graph.cool/) teams.
The GraphQL boilerplates are maintained by the GraphQL community, with official support from the [Apollo](https://www.apollographql.com/) & [Prisma](https://www.prisma.io) teams.

Your feedback is **very helpful**, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the [`#graphql-boilerplate`](https://graphcool.slack.com/messages/graphql-boilerplate) channel on our [Slack](https://graphcool.slack.com/).
Your feedback is **very helpful**, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the `#graphql-boilerplate` channel on our [Slack](https://slack.prisma.io/).

0 comments on commit 23e4231

Please sign in to comment.