Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)