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
- Host: GitHub
- URL: https://github.com/me7/svbs
- Owner: me7
- Created: 2020-06-29T02:31:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T03:49:21.000Z (about 4 years ago)
- Last Synced: 2023-02-28T17:41:55.514Z (over 3 years ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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`