Learn how to build a todo list aplication with Go and Svelte, two simple but powerful languages that allow you to develop web applications that are easy to build, refactor, maintain and scale.
In this part #2, you'll learn how to setup CORS on the Go backend, so you don't get any CORS errors on your frontend application, and how to setup your Svelte components to view, create, update and delete todos.
💻🚀 GitHub Repository: https://github.com/webdevfuel/snappytodo