Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyanmandian/cra-template-hyan
Just another boilerplate based create-react-app with many useful things
https://github.com/hyanmandian/cra-template-hyan
boilerplate cra-template create-react-app mirage react react-query router
Last synced: about 6 hours ago
JSON representation
Just another boilerplate based create-react-app with many useful things
- Host: GitHub
- URL: https://github.com/hyanmandian/cra-template-hyan
- Owner: hyanmandian
- License: mit
- Created: 2018-03-23T05:28:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T05:03:30.000Z (over 4 years ago)
- Last Synced: 2024-11-08T05:13:22.701Z (12 days ago)
- Topics: boilerplate, cra-template, create-react-app, mirage, react, react-query, router
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 29
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyan Create React App Template
My personal [cra-template](https://create-react-app.dev/docs/custom-templates/) with things I like.
## Features
- [Ky](https://github.com/sindresorhus/ky-universal);
- [Husky](https://github.com/typicode/husky);
- [ESLint](https://github.com/eslint/eslint);
- [Mirage JS](https://miragejs.com);
- [Prettier](https://github.com/prettier/prettier);
- [Sanitize](https://github.com/csstools/sanitize.css);
- [Storybook](https://github.com/storybookjs/storybook);
- [Stylelint](https://github.com/stylelint/stylelint);
- [Typescript](https://github.com/microsoft/TypeScript);
- [Commitlint](https://github.com/conventional-changelog/commitlint);
- [Hot Loader](https://github.com/hot-loader/react-dom);
- [React Snap](https://github.com/stereobooster/react-snap);
- [React Query](https://github.com/tannerlinsley/react-query);
- [React Helmet](https://github.com/nfl/react-helmet);
- [React Router](https://github.com/ReactTraining/react-router);
- [Utility Types](https://github.com/piotrwitek/utility-types);
- [Bundle Analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer);
- [React App Rewired](https://github.com/timarney/react-app-rewired);
- [React Testing Library](https://github.com/kentcdodds/react-testing-library).## Usage
```sh
npx create-react-app my-app --use-npm --template hyan
cd my-app
npm start
```## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
Hyan Mandian
💻 📖 🤔
Andreo Vieira
💻 📖 🤔
Lucas Veloso
🤔
Guilherme Guerra
🤔
thsoliveira
👀
This project follows the [all-contributors](https://allcontributors.org) specification.
Contributions of any kind are welcome!## License
[MIT](LICENSE)