:herb: This is the TechHQ dapp starter kit :octocat: All you need in a nut:shell:
HQ20 create-hq20-dapp is a versatile development platform that offers different templates for smart contract development, react web UI, and API with a cache server. It is suitable for new projects and includes examples of tests, coverage, documentation generators, linters, and more. The platform supports Node 8.16.0 or Node 10.16.0 and later versions.
HQ20 create-hq20-dapp is a comprehensive development platform that offers templates for smart contract development, react web UI, and API with a cache server. It provides a smooth installation process and includes essential features such as testing, coverage, documentation generation, and linters. The platform is highly customizable, allowing users to choose which components to install and use based on their project requirements. Additionally, it supports automatic updates and encourages contributions from the community. HQ20 create-hq20-dapp is licensed under Apache-2.0 and utilizes icons made by srip from www.flaticon.com.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.