This is a template repository, meaning that anyone can create a new repository out of this repository easily using GitHub's user interface.
Once the new repository have been created, install dependencies and execute Vite's development server:
npm install
npm run dev
If your browser doesn't open the website directly, tell Vite to open it for you by typing o and hitting the ENTER key in Vite's console.
A Vite + Svelte + TS project with routing capabilities and the ability to mount CollageJS pieces (micro-frontends) created in any technology (React, Vue, Solid, Svelte, plain JS/TS, etc.).
The code in this project should be self-explanatory, and what's not explaining itself should be explained by the content the project displays when running. If you feel, however, that the provided information is not sufficient, feel free to raise an issue.
create-vite v8.2.0