diff --git a/minimal/README.md b/minimal/README.md index c26d9d7c6..1b2c3dfe2 100644 --- a/minimal/README.md +++ b/minimal/README.md @@ -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 !` 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         

| -| :-- | :-- | -| `└── 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         

| -| :-- | :-- | -| `└── 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/). \ No newline at end of file