0.0.6 • Published 11 months ago
bootstrap-template v0.0.6
bootstrap-template
Bootstrap template builder
Features
- Astro template engine
- SCSS builder, prefixer, minifier
- Typescript builder & minifier
Requirements
- Dart Sass. https://github.com/sass/dart-sass/releases
Install
npm install bootstrap-template -D
Usage / Example
See example
folder
Commands:
bootstrap-template dev
bootstrap-template build
bootstrap-template preview
NPM scripts:
{
"scripts": {
"dev": "bootstrap-template dev",
"build": "bootstrap-template build",
"preview": "bootstrap-template preview"
}
}