These docs are for v1.0. Click to read the latest docs for v2.0.

Bootstrap the Hello, World app

  1. Open Terminal or the command prompt, and then run the following command:
$ npx create-miro-app@latest

For more information on the files, folder structure, and the app, click here.
2. Run your app locally.

$ cd my-miro-app
$ npm run start 
  1. Copy the app URL from the console output. The URL should look like this:
http://localhost:3000/
  1. Open your browser, paste the URL you just copied in step 5, and press ENTER.
    A message indicating that your app is now running locally appears.

📘

Keep your app URL handy as you’ll need this URL in a few minutes.