This project aims to be a plug & play boilerplate of Angular 10
Some development tools are preset, such as
• docker
• webpack-bundle-analyzer: visualize size of output bundled files
• husky: allows effortless creation and management of git hooks on the client
• prettier and prettier-quick: code formatter
• lint-staged: run linters on git staged files
• commit-lint: checks if commit messages meet the conventional commit format
• tslint: add external and custom rules
Tailwind: A utility-first CSS framework for rapidly building custom designs.
NGXS: state management pattern