npx create-react-app my-app --template @codeleaf-sdk/cra-template-codeleaf-sdk-common
# or
yarn create react-app my-app --template @codeleaf-sdk/cra-template-codeleaf-sdk-common
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.