A comprehensive starter project combining Svelte, Tailwind CSS, and Svelte Query, providing a solid foundation for building dynamic and responsive web applications.
Make sure you have pnpm installed globally on your machine.
pnpm install
To start the development server and see your app in action, use the following command:
pnpm dev
This will compile the Svelte components, bundle the JavaScript, and start a local development server at http://localhost:5000.
To build your app for production, use the following command:
pnpm build
This will create a public
directory containing the minified and optimized assets ready for deployment.
Feel free to customize this starter project to fit your specific needs. Some suggested modifications could be:
src/lib
directory.src/api
directory.tailwind.config.js
file.