Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n0th1ng-else/svelte-typescript-sass
Boilerplate code for new projects based on Svelte with Typescript and Sass bundled by Webpack
https://github.com/n0th1ng-else/svelte-typescript-sass
Last synced: 3 months ago
JSON representation
Boilerplate code for new projects based on Svelte with Typescript and Sass bundled by Webpack
- Host: GitHub
- URL: https://github.com/n0th1ng-else/svelte-typescript-sass
- Owner: n0th1ng-else
- License: mit
- Created: 2019-05-28T18:45:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:53:02.000Z (almost 2 years ago)
- Last Synced: 2024-05-10T21:48:16.728Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.27 MB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
svelte-typescript-sass
=====================Svelte boilerplate.
# Inside the package
- Svelte 3+
- Webpack 4+
- Typescript 3+
- Sass processor for styles
- Babel### Easy to develop
```
npm install
npm start
```### Build production assets
```
npm run build
```