An opinionated template for Create React App.
npm install cra-template-jtTo use this template, add --template jt when creating a new app.
For example:
``
npx creat-react-app my-app --template jt
yarn create react-app my-app --template jt
``
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.