https://github.com/agnosticui/astroagnosticuistarter
Experiment leveraging the Astro https://astro.build/ starter + AgnosticUI https://agnosticui.com/. Renders React, Vue 3, and Svelte components on the same .astro page
https://github.com/agnosticui/astroagnosticuistarter
react svelte vue
Last synced: about 1 year ago
JSON representation
Experiment leveraging the Astro https://astro.build/ starter + AgnosticUI https://agnosticui.com/. Renders React, Vue 3, and Svelte components on the same .astro page
- Host: GitHub
- URL: https://github.com/agnosticui/astroagnosticuistarter
- Owner: AgnosticUI
- Created: 2022-03-27T20:55:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T20:00:11.000Z (almost 4 years ago)
- Last Synced: 2025-03-25T08:22:05.099Z (over 1 year ago)
- Topics: react, svelte, vue
- Language: Astro
- Homepage: https://agnosticui.com/
- Size: 357 KB
- Stars: 31
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AstroAgnosticUIStarter
Experiment leveraging the [Astro](https://astro.build/) starter + [AgnosticUI](https://agnosticui.com/). Renders React, Vue 3, and Svelte components.

## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:---------------- |:-------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
## 👀 Want to learn more?
Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat).