0.0.5 • Published 6 years ago
cra-template-typescript-mobile v0.0.5
cra-template-typescript-mobile
🍥 This is the script template for mobile based on the official version of Create React App.
To use this template, add --template typescript-mobile
when creating a new app.
For example:
npx create-react-app my-app --template typescript-mobile # There is currently a problem with using npx to create a project, waiting for the official fix.
# or
yarn create react-app my-app --template typescript-mobile # Recommend
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.