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 devIf 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.
When the homepage loads, open Developer Tools and add the "imo-ui" key-value pair in Local Storage with the value true. Reload the browser.
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, at least to some extent. If you feel, however, that the provided information is not sufficient, feel free to raise an issue.
- Created with
create-vitev8.2.0 - Upgraded to Vite v8, TypeScript v6