Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```