This is a starter template for building modern web applications using SvelteKit, Tailwind CSS, and DaisyUI. It comes with a responsive and customizable navbar, pre-built pages, and various UI components to kickstart your project. The template also includes support for authentication and user management.
npx sveltekit-page-title-component
This package adds PageTitle.svelte
to all routes with a +page.svelte
within it that names the page based on the Page URL
.env
VITE_SITE_NAME="Your Site Name"
git clone https://github.com/your-username/Sveltekit-TailwindCSS-DaisyUI-Navbar-Template.git
cd Sveltekit-TailwindCSS-DaisyUI-Navbar-Template
npm install
npm run dev
To build the application for production, run the following command:
npm run build
This will create a dist
folder with the compiled assets, which can be deployed to your preferred hosting provider.
You can customize the template by modifying the components in the src/lib/components
folder and adding your own styles in src/app.postcss
. The pre-built pages can be found in the src/routes
folder, and you can add new pages by creating additional Svelte components inside the folder.
For authentication and user management, you can modify the src/routes/auth
folder and integrate it with your preferred authentication provider.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, feel free to submit an issue or create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.