Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/komefumi/quick-skeleton-ui-boilerplate
- Owner: Komefumi
- Created: 2024-01-11T04:50:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-11T05:46:25.000Z (about 1 year ago)
- Last Synced: 2024-01-11T08:38:56.606Z (about 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...
```