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
- Host: GitHub
- URL: https://github.com/hungtcs/svelte-typescript-postcss-template
- Owner: hungtcs
- License: mit
- Archived: true
- Created: 2021-03-03T12:49:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T13:06:27.000Z (over 5 years ago)
- Last Synced: 2025-03-21T08:12:24.100Z (over 1 year ago)
- Topics: svelte, svelte-example, svelte-template, sveltejs
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```