Skip to content

raid-guild/gatsby-typescript-dapp-starter

Repository files navigation

Gatsby TypeScript Dapp Starter

A starter kit for dapps with all the developer tooling preconfigured (front end only right now).

🚀 Getting started

  • Clone the repo and install dependencies by running yarn
  • Start a development server with yarn develop
  • Open http://localhost:8000 in your browser

✨ Developer experience

🧹 Automatic code formatting

Prettier aims to provide codebase consistency when multiple developers work on the same project. The main reason behind adopting it is to stop all the on-going debates over coding styles.

✅ Static type checking

TypeScript adds optional types to JavaScript, preventing several programming mistakes. For a quick guide about using React with it, please refer to the React TypeScript Cheatsheet.

🔍 Linting

Source code is linted by ESLint, enforcing the Airbnb JavaScript Style Guide through an overridable set of rules provided by eslint-config-airbnb.

🐶 Git Hooks for Commit and Push

Linting, code formatting, and typechecking are handled automatically using Husky and lint-staged every time you make a commit or push to the remote repo.

🧰 Libraries

  • Web3 React preconfigured with React hooks to connect to wallets and automatically handle changes to accounts / network etc.
  • ChakraUI as the UI framework
  • React Helmet to manage HTML head tags for SEO etc
  • React Testing Library to test React Components and Hooks
  • Jest for unit testing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published