Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 12 hours 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T20:00:11.000Z (over 2 years ago)
- Last Synced: 2023-03-05T13:18:55.417Z (over 1 year ago)
- Topics: react, svelte, vue
- Language: Astro
- Homepage: https://agnosticui.com/
- Size: 357 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
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.
![image](https://user-images.githubusercontent.com/142403/160301080-1a7be334-3064-4045-9a0a-7a349eba399b.png)
## 🧞 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).