@serusko/cra-template-common
v1.0.14
Published
The base TypeScript template for Create React App.
Downloads
4
Maintainers
Readme
cra-template-common
Common temaplate including some small improvements:
- Typescript ready
- prettier onSave
- eslint with enhanced rules
- stylelint
- VSCode / Codium workspace
- commitlint
- some handy VSCode plugins
Recommendations / Before you start
- template is using handy Real Favicon Generator = upload your image and replace icons
- if u are using
styled-components
please improve.stylelint.config/js
see more or sass config - feel free to customize commitlint as husky pre-commit hook (e.g. add Jira ticket requirement)
Known issues
- devDependecies cannot be splitted on template level, feel free to do it on your own
@typescript-eslint/eslint-plugin
must be3.4.0
and more and you need to move it to dev dependency bcs of console warning
Usage
npx create-react-app my-app --template @serusko/common
# or
yarn create react-app my-app --template @serusko/common