Skip to content

saaqi/sveltekit-bootstrap-saaqi

Repository files navigation

Sveltekit With Bootstrap Starter

Everything you need to build a Svelte project, powered by sveltekit.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# Clone this repository to start
git clone https://github.com/saaqi/sveltekit-bootstrap-saaqi.git

Developing

Once you've created a project and installed dependencies with bun install (or npm install), start a development server:

bun install (or `npm install`)
bun dev (or `npm run dev`)

Building

To create a production version of your app:

bun run build (or `npm run build`)

You can preview the production build with bun run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

This template should help get you started developing with sveltekit with bootstrap.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published