Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikhsan3adi/learn-svelte
My personal Svelte learning progress
https://github.com/ikhsan3adi/learn-svelte
css html javascript npm svelte svelte-example sveltekit tailwindcss
Last synced: 25 days ago
JSON representation
My personal Svelte learning progress
- Host: GitHub
- URL: https://github.com/ikhsan3adi/learn-svelte
- Owner: ikhsan3adi
- License: mit
- Created: 2023-07-13T08:51:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T07:41:31.000Z (8 months ago)
- Last Synced: 2024-03-28T08:41:44.443Z (8 months ago)
- Topics: css, html, javascript, npm, svelte, svelte-example, sveltekit, tailwindcss
- Language: Svelte
- Homepage: https://ikhsan3adi.github.io/learn-svelte/
- Size: 320 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Svelte
[![GitHub Pages](https://github.com/ikhsan3adi/learn-svelte/actions/workflows/gh-pages.yml/badge.svg?branch=main)](https://github.com/ikhsan3adi/learn-svelte/actions/workflows/gh-pages.yml)
My personal Svelte learning progress with Tailwind CSS.
## How to build
```bash
npm run build
```## Build CSS
```bash
npm run css
```## How to run
:warning: Run build script above first!
```bash
npm run preview
```## How to develop
```bash
npm run dev
```:warning: Warning. Don't minify your css, it will eliminate all custom styles in `src/css/input.css`