Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/komefumi/quick-skeleton-ui-boilerplate

A Quick Boilerplate made for working with SkeletonUI
https://github.com/komefumi/quick-skeleton-ui-boilerplate

Last synced: about 2 months ago
JSON representation

A Quick Boilerplate made for working with SkeletonUI

Awesome Lists containing this project

README

        

# Quick Skeleton UI Boilerplate

## Live site

Accessible at [https://komefumi.github.io/quick-skeleton-ui-boilerplate/](https://komefumi.github.io/quick-skeleton-ui-boilerplate/)

## Quick Description

This is a quick skeleton UI boilerplate made by following [this tutorial](https://www.youtube.com/watch?v=P_A0qQ7AuK8) by [Huntabyte](https://www.youtube.com/@Huntabyte)

This showcases skeleton UI - a svelete + tailwind UI library - and acts as quick starting point for further application development.

This app features a simply note making app with notes stored to local storage, made even more convenient by the utility that skeleton UI offers for the same.

Use the code as seen fit!

## Usage

Run as follows:

```bash
pnpm dev
# or npm run dev
# or yarn dev, etc...
```