create-svelte Everything you need to build a Svelte project, powered by create-svelte. Setup the project in development To setup the project, clone this repo and use the following command npm install Run dev server npm run dev Build and run docker docker build . -t todo-localstore docker run -p 3000:3000 todo-localstore