Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanangular/svelte-news

ตัวอย่างการใช้  <svelte:self>  ใน svelte  โดยยกตัวอย่างจากการดึงรายการข่าวจาก newsapi.org
https://github.com/tanangular/svelte-news

hacktoberfest

Last synced: 3 days ago
JSON representation

ตัวอย่างการใช้  <svelte:self>  ใน svelte  โดยยกตัวอย่างจากการดึงรายการข่าวจาก newsapi.org

Awesome Lists containing this project

README

        

# tailwindcss-svelte-starter

A starter for building Svelte web apps with tailwindcss.

## Getting Started

```bash
git clone https://github.com/marcograhl/tailwindcss-svelte-starter
```

Then, install the dependencies:

```bash
npm install
```

Use Tailwindcss (https://tailwindcss.com/)

## Building and Developing

### Build

```bash
npm run build
```

### Development

Development mode will:

- build on file change
- serve locally at localhost:5000
- live reload

```bash
npm run dev
```

## Credits

Inspired by [sveltejs/template](https://github.com/sveltejs/template)