Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
📚 add note about apollo sandbox
Browse files Browse the repository at this point in the history
add note about apollo sandbox

📚 Documentation
  • Loading branch information
TimMikeladze committed Dec 30, 2022
1 parent 877b604 commit 6dc02ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Remaining simple at its core, this project is packed with useful tools that enha
#### 🛠 Develop and test

- 📖 [Storybook](https://storybook.js.org/) - Build UI components and pages in isolation. It streamlines UI development, testing, and documentation.
- 🛝 [Apollo Sandbox](https://www.apollographql.com/blog/announcement/platform/apollo-sandbox-an-open-graphql-ide-for-local-development/) - A free, in-browser GraphQL IDE for exploring your schema and making queries.
- 🧪 [Jest](https://jestjs.io/) - A testing framework for JavaScript. Preconfigured to work with TypeScript and JSX.
- 🐙 [Run tests via Github Actions](https://docs.github.com/en/actions) - CI/CD workflows for your package. Run tests on every commit plus integrate with Github Releases to automate publishing package to NPM and Storybook to Github Pages.
- 📊 [Bundle analyzer](https://github.com/josselinbuils/next-bundle-analyzer) - Visualize the size of Next.js build output files with an interactive zoomable treemap.
Expand Down Expand Up @@ -72,6 +73,8 @@ Start the Next.js development server and watch GraphQL files for code generation
yarn dev
```

Need to test your GraphQL queries or explore your schema? Use Apollo Sandbox by visiting http://localhost:3000/api/graphql in your browser.

Working on the UI? Start Storybook to develop components in isolation.

```console
Expand Down

1 comment on commit 6dc02ee

@vercel
Copy link

@vercel vercel bot commented on 6dc02ee Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.