This is the project to understand the basic concepts of Svelte
# Install dependencies npm install # Dev server npm run dev # Prod server npm start # Build for production npm run build