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

https://github.com/hungtcs/svelte-typescript-postcss-template

Template for building basic applications with Svelte, integrated with typescript and postcss
https://github.com/hungtcs/svelte-typescript-postcss-template

svelte svelte-example svelte-template sveltejs

Last synced: 12 months ago
JSON representation

Template for building basic applications with Svelte, integrated with typescript and postcss

Awesome Lists containing this project

README

          

Svelte Typescript Postcss Template
====

Template for building basic applications with Svelte, integrated with typescript and postcss.

Build via rollup.

### Get Started

```shell
npm install
npm start

# build
npm run build
```