Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrebase committed Jun 7, 2020
1 parent 547f76c commit 8e927e6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,23 @@ npx create-react-app my-app --template typekit
- [axios][axios]
- [eslint][eslint]
- [prettier][prettier]
- [emotion][emotion]
- [craco][craco]

## Features

- VS Code support
- Initial code that follows best practices and uses tools included
- Data fetching with Axios
- Eslint configuration that's compatible with Prettier (3.2.0)
- 100% test coverage for initial components
- Eslint configuration that's compatible with Prettier
- Styling with Emotion
- Craco for easy configuration without ejecting
- 100% test coverage for initial components

## Alternative templates

- [cra-template-redux][cra-template-redux] official Redux+JS template
- [cra-template-redux][cra-template-redux-typescript] official Redux+TS template
- [cra-template-redux-typescript][cra-template-redux-typescript] official Redux+TS template

## License

Expand All @@ -70,6 +73,8 @@ Licensed under the MIT license.
[axios]: https://github.com/axios/axios
[eslint]: https://eslint.org/
[prettier]: https://prettier.io/docs/en/index.html
[emotion]: https://github.com/emotion-js/emotion
[craco]: https://github.com/gsoft-inc/craco
[cra-template-redux]: https://github.com/reduxjs/cra-template-redux
[cra-template-redux-typescript]: https://github.com/reduxjs/cra-template-redux-typescript
<!-- prettier-ignore-end -->

0 comments on commit 8e927e6

Please sign in to comment.