MuckRock / squarelet

MuckRock User Service
GNU Affero General Public License v3.0
11 stars 10 forks source link

Create a Svelte "Hello World" example #113

Open allanlasser opened 4 months ago

allanlasser commented 4 months ago

⚠️ This depends on #111

We'd like to support running Svelte client-side, to enable richer user interactions while maintaining a consistent set of frontend technologies across products.

Here, let's simply get Svelte installed, compiling, and running attached to a Django template. The django-svelte may be helpful in accomplishing this.