0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
The web framework for content-driven websites. ️ Star to support our work!
Find a file
2024-12-16 19:52:21 +00:00
.codesandbox Sync from a44cfb874a 2024-12-16 19:52:21 +00:00
src Sync from a44cfb874a 2024-12-16 19:52:21 +00:00
.gitignore Sync from a44cfb874a 2024-12-16 19:52:21 +00:00
package.json Sync from a44cfb874a 2024-12-16 19:52:21 +00:00
README.md Sync from a44cfb874a 2024-12-16 19:52:21 +00:00
tsconfig.json Sync from a44cfb874a 2024-12-16 19:52:21 +00:00

Astro Starter Kit: Toolbar App

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

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

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

/
├── 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:

Command Action
npm install Installs dependencies
npm run dev Watch for changes and build your app automatically
npm run build Build your app to ./dist/

👀 Want to learn more?

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