Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
ตัวอย่างการใช้ <svelte:self> ใน svelte โดยยกตัวอย่างจากการดึงรายการข่าวจาก newsapi.org
- Host: GitHub
- URL: https://github.com/tanangular/svelte-news
- Owner: tanangular
- Created: 2019-07-20T17:02:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T04:25:33.000Z (over 1 year ago)
- Last Synced: 2023-03-22T10:47:28.752Z (over 1 year ago)
- Topics: hacktoberfest
- Language: CSS
- Homepage: https://newslist.netlify.com/
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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 atlocalhost:5000
- live reload```bash
npm run dev
```## Credits
Inspired by [sveltejs/template](https://github.com/sveltejs/template)