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

https://github.com/skeletonlabs/repl

Preconfigured starter projects for use with Stackblitz and SvelteLab
https://github.com/skeletonlabs/repl

Last synced: 4 months ago
JSON representation

Preconfigured starter projects for use with Stackblitz and SvelteLab

Awesome Lists containing this project

README

          

# Skeleton REPL Projects

Preconfigured starter projects for use with Stackblitz and SvelteLab.

## How To

Use these links to spin up a quick instance of Skeleton in your browser to provide reproductions of any issues you encounter. Please note that you need to be signed in, press save, before generating the link to share with us on Discord. Please note: You will probably have to remove any custom components you have made as well as dependencies for it to work properly (or you can edit the project to add them in if absolutely necessary).

## Skeleton Barebones Template:

A minimal Skeleton project, with only the basics for getting started.

bare-template

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/skeletonlabs/repl/tree/main/barebones)

## Skeleton Welcome Template

A more robust project, including the AppShell, AppBar, as well as some basic instruction.

welcome-template

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/skeletonlabs/repl/tree/main/welcome)