Create Miro App
The easiest way to get started with the Miro SDK is by using create-miro-app
.
To get started, run the following command:
npx create-miro-app
// or
yarn create miro-app
To create a new app in a specific folder, you can send a name as an argument.
For example, the following command will create a new Miro app called
my-miro-app
in a folder with the same name:
npx create-miro-app my-miro-app
// or
yarn create miro-app my-miro-app
Options
name | description | default |
---|
[name] | The name of your application | my-miro-app |
--ts or --typescript | Will bootstrap a typescript project | javascript |
--npm | Will bootstrap the project using npm | yarn |
If you run npx create-miro-app
without options, you get an interactive prompt.