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

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

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

hacktoberfest

Last synced: about 1 month 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)