An open API service indexing awesome lists of open source software.

https://github.com/davemo/svelte-casts

Screencasts dealing w/ Svelte & Other Web Dev Topics
https://github.com/davemo/svelte-casts

Last synced: 4 months ago
JSON representation

Screencasts dealing w/ Svelte & Other Web Dev Topics

Awesome Lists containing this project

README

          

svelte-casts
==================

This repository covers learning material for Svelte, but also general web development techniques and processes.

## Topics

1. [Building a Complex Multi-Select w/ Svelte and CSS](http://blog.testdouble.com/posts/2019-08-27-css-the-visual-state-machine)

## Prerequisite Installation Instructions:

1. Navigate to the relevant sub-project you want to run, ie: `cd svelte-complex-multi-select`
2. Install Dependencies `npm i`
3. Run Svelte Dev `npm run dev`