DEV Community

Cover image for My favorite sveltekit setup
neoan
neoan

Posted on

2

My favorite sveltekit setup

What I immediately liked about the UI kit flowbite was its dark-mode integration. Meanwhile, it has grown into one of the most popular tailwind component libraries and has graced the svelte community with a solid component library.

However, setup, customization and adding common structure & utilities is a waste of time if your goal is to jump right into development.

After using our boilerplate within the company, it is now open sourced and ready for your consideration:

Repo Hosted
github gh page

My one minute setup

After running the npx command, I quickly adjust colors in src/lib/colors.js. Then I share the complete project on Github. In order to enable easy client reviews, I go to the settings of the repository and enable Github pages based on Github actions (the package is equipped with a deployment script triggered at pushes/pulls to "main", there's nothing additional you need to do).
Next, I adjust the file static/manifest.json to my needs.
That's it: I am ready to develop.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site