This is a unofficial template for Create React App(https://github.com/facebook/create-react-app).
To use this template, add --template heretical
when creating a new app.
For example:
npx create-react-app my-app --template heretical
# or
yarn create react-app my-app --template heretical
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.