@hatchd/cra-template
v0.2.2
Published
The Hatchd template for Create React App.
Downloads
4
Readme
cra-template-hatchd
This is a customised Create React App template put together by Hatchd.
To use this template, add --template @hatchd/cra-template
when creating a new app.
For example:
npx create-react-app my-app --template @hatchd/cra-template
# or
yarn create react-app my-app --template @hatchd/cra-template
For more information, please refer to:
- Getting Started - How to create a new app.