Package Exports
- web-boost
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (web-boost) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
web-boost
web-boost
- boost your static site development.
Description
Web-boost is a static site generator with page-speed optimisations. You build a dynamic site by using twig
, scss
and routing - web-boost will compile it into highly optimised static pages.
- Uglify, concat & minify
javascript
files - Compile, concat & minify
scss
/css
files - Compile & minify
twig
templates - Optimise
.jpg
and.png
files
Usage
- Generate application with
web-boost-cli
(see user guide) or create it yourself by following the structure - Install dependencies:
npm install
- Run the application:
npm run start
and go to localhost:8080 - Prepare for deploy:
npm run compile
@todo:
- Add video tutorial
- Craft a logo
- Add unit tests
- Get rid of express.js (find simple router lib)
Improvements
- If you are facing some issues, please check FAQ, or don't hesitate to open an issue
- If you have an idea how to improve this module, feel free to contribute or open an issue with
enhancement
label
We will get back to you as soon as possible.
License
This repository can be used under the MIT license.
See LICENSE for more details.