Shows a list of the latest Bitcoin blocks, and the Block details.
Use yarn to install the /client and /server dependencies
yarn installInside de /client and /server folders, run
yarn devif you change the schema.graphql you need to regenerate the Typescript types for the server and client
yarn generategraphql-code-generator, generate code from your GraphQL schema and operations
- React
- Apollo client (graphql client)
- Vite, is a build tool that aims to provide a faster and leaner development experience for modern web projects.
- react-table, collection of hooks for building powerful tables and datagrid experiences. These hooks are lightweight, composable, and ultra-extensible,
- tailwind, A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
- node.js
- Apollo server
- apollo-datasource-rest, abstract class that helps to fetch data from REST APIs
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.