Crud app using Svelte
## Overview
If you're diving into the world of Svelte development, you're in for a treat with the Svelte app template. This project template streamlines the process of creating a Svelte application, making it easier for both beginners and seasoned developers to get started. With robust features that simplify deployment and allow for real-time editing, this template is a great choice to kick off your Svelte journey.
The template offers an intuitive setup process and powerful functionalities that cater to building single-page applications (SPAs). Whether you aim to optimize for production or test locally, the built-in tools help ensure a smooth development experience.
## Features
- **Easy Setup**: Quickly create a new project using the degit command without complex configurations.
- **Local Development Server**: Automatically navigate to localhost:5000 to see your application in action after starting Rollup.
- **Real-Time Updates**: Edit component files in the src directory, and simply reload the page to see your changes instantly.
- **Production Mode**: Create an optimized version of your app effortlessly with npm run start, making deployment seamless.
- **Single-Page App Compatibility**: Customize the server response for multiple routes, ensuring your SPA works flawlessly on various platforms.
- **Flexible Deployment Options**: Deploy to the web using popular tools like Now and Surge, simplifying the publishing process.