Lp

Lp is a simple webpage starter template that uses bootstrap and a web server with npm-scripts only. All you need to start is to type 2 commands to watch Sass and to start live-reloading web server without using any other task-runners.

Easy setup

Just install with "npm install", run the 2 commands with separated shell windows, then start creating your web with "npm run watch" and "npm run server" on dev-environment.

Smart build

After finishing crafting web, you can type "npm run Lp" to check the finalized site with all the smartly compressed images, html / css files saved as a deployable format.

No extra costs

No need to set up other task runners such as Grunt, Gulp, etc. You can start writing html right away, setting styles with Sass, while saving the document to see the results.