This is the project from the Svelte crash course
# Install dependencies npm install # Dev server npm run dev (http://localhost:5000) # Prod server npm start # Build for production npm run build