The Hatchd template for Create React App.
This is a customised Create React App template put together by [Hatchd][hatchd].
To use this template, add --template @hatchd/cra-template when creating a new app.
For example:
``sh
npx create-react-app my-app --template @hatchd/cra-template
yarn create react-app my-app --template @hatchd/cra-template
``
For more information, please refer to:
- [Getting Started][cra-docs] - How to create a new app.
[hatchd]: https://www.hatchd.com.au/
[cra-repo]: https://github.com/facebook/create-react-app
[cra-docs]: https://create-react-app.dev/docs/getting-started/