Experiment leveraging the Astro https://astro.build/ starter + AgnosticUI https://agnosticui.com/. Renders React, Vue 3, and Svelte components on the same .astro page
AstroAgnosticUIStarterExperiment is a project that combines the Astro starter and AgnosticUI to render React, Vue 3, and Svelte components. It provides a convenient way to build user interfaces using these popular frameworks.
To install AstroAgnosticUIStarterExperiment, follow these steps:
Open a terminal and navigate to the root of the project.
Run the following command to install the project dependencies:
npm install
After the dependencies are installed, you can start the local development server by running the following command:
npm run dev
This will start the server at localhost:3000.
If you want to build your production site, you can run the following command:
npm run build
The built files will be generated in the ./dist/ directory.
To preview your build locally before deploying, use the following command:
npm run preview
This will allow you to see how the built site will look before deploying it.
AstroAgnosticUIStarterExperiment combines the Astro starter and AgnosticUI to provide a powerful tool for building user interfaces. With support for React, Vue 3, and Svelte components, developers have the flexibility to choose the framework that best suits their needs. The project also offers easy installation and a range of helpful commands to facilitate the development process.