sveltekit-init-script Svelte Themes

Sveltekit Init Script

Init script for SvelteKit projects

DEPRECATED

Use ready-svelte-go instead

SvelteKit + TailwindCSS + Flowbite + Bookit = 💙

Installation and usage

Copy sveltekit-init to /usr/local/bin, and copy .sveltekit-init to your $HOME directory

sudo cp -f sveltekit-init /usr/local/bin; cp -r .sveltekit-init $HOME

Create a SvelteKit project

npm create svelte@next new-project

Then run the script

sveltekit-init path/to/new-project

SvelteKit

An easy to use framework for lightweight interactive websites

TailwindCSS

CSS made easier

DaisyUI

Components built on top of TailwindCSS, making website prototyping way faster

Bookit

An extremely helpful tool for component design.

A directory named bookit will be created in the src directory of your project, with an example component inside it. You may use this directory when prototyping new components.

Done! go build your idea

Top categories

Loading Svelte Themes