Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`