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

https://github.com/me7/svbs

svelte 3 + bootstrap 5 template
https://github.com/me7/svbs

Last synced: 24 days ago
JSON representation

svelte 3 + bootstrap 5 template

Awesome Lists containing this project

README

          

# Svelte 3 + Bootstrap 5 template

https://github.com/me7/svbs

### prequisition
- vscode with live sass compile plugin
- setup sass plugin
```json
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "/css"
}
],
"liveSassCompile.settings.generateMap": false
```
- compile and watch file in scss/index.scss (click watch in status bar)

### getting started

- get it with `npx degit me7/svbs PRJ_NAME`
- then `cd PRJ_NAME`
- `npm i`
- and `npm run dev`