A project showcasing some of the awesome stuff you can do with SvelteKit!
The SvelteKit Example App is a demonstration of how to use SvelteKit, TailwindCSS, SkeletonUI, the Bun runtime, and Docker to create a simple web application. This demo showcases the integration of these technologies to build a functional app.
To run the SvelteKit Example App, follow these steps:
Ensure that you have Bun installed on your machine. If not, install Bun by running the following command:
npm install -g bun
Install the app’s dependencies by running the following command:
bun install
Start the development server by running the following command:
bun run dev
The SvelteKit Example App demonstrates the combination of SvelteKit, TailwindCSS, SkeletonUI, the Bun runtime, and Docker to create a functional web application. It provides an example of how these tools can be integrated to develop dynamic and reactive user interfaces, while also optimizing code bundling and simplifying deployment through containerization.