@ledgerhq/cra-template-live-app
v1.0.1
Published
The base Ledger Live App TypeScript template for Create React App
Downloads
8
Readme
cra-template-live-app
This is the Ledger TypeScript Live App template for Create React App.
It can be used to bootsrap the development of a Live App. To learn more about Ledger Live Apps, check out the Ledger Developer Portal.
To use this template, add --template @ledgerhq/live-app
when creating a new app.
For example:
npx create-react-app my-app --template @ledgerhq/live-app
# or
yarn create react-app my-app --template @ledgerhq/live-app
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.