Local Svelte development with SSL/TLS support

1 · Samuel El-Borai · Nov. 3, 2020, 6:29 p.m.
When working on web projects it is often useful and recommended to enable SSL for your development environment. For example if your project works with cookies, it is likely that the server sets the Secure attribute, ensuring that they only sent to the server over HTTPS. But even without cookies it's a good idea to try to minimize differences between your development and production environments. Fortunately, using Docker that can be done done easily in just a few steps. Generate locally trusted c...