Back to Astro

Astro Starter Kit: Toolbar App

examples/toolbar-app/README.md

0.0.121.7 KB
Original Source

Astro Starter Kit: Toolbar App

sh
npm create astro@latest -- --template toolbar-app

šŸ§‘ā€šŸš€ Seasoned astronaut? Delete this file. Have fun!

šŸš€ Project Structure

Inside of your Astro project, you'll see the following folders and files:

text
/
ā”œā”€ā”€ app.ts
ā”œā”€ā”€ integration.ts
└── package.json

The logic of your app is in the appropriately named app.ts file. This is where the vast majority of your toolbar app logic will live.

The integration.ts file is a simple Astro integration file that will be used to add your app into the toolbar.

šŸ§ž Commands

All commands are run from the root of the project, from a terminal:

CommandAction
npm installInstalls dependencies
npm run devWatch for changes and build your app automatically
npm run buildBuild your app to ./dist/

šŸ‘€ Want to learn more?

Feel free to check our documentation or jump into our Discord server.