Skip to content

zrgio/sveltekit-init-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

An easy to use framework for lightweight interactive websites

CSS made easier

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

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