Everything you need to build a Svelte project, powered by DaisyUI, TailwindCSS, RemixIcon and Prettier.
I believe these tools provide the best experience to both learn Web Development as a beginner and swiftly create scalable websites.
It is especially useful for small projects where you can use PostgREST as a backend.
I use it every time I need to make a website as a solo dev and I hope it will help other people too.
Make sure to update your packages first with:
npm update
Once you've installed the dependencies with npm install
(or pnpm install
or yarn
), start a local development server:
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
Do you like what I share?