Bootstrap the Hello, World app
- 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
http://localhost:3000/
- 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.
Updated almost 2 years ago