All Projects → jaysalvat → boilerplate-static-website

jaysalvat / boilerplate-static-website

Licence: other
Personal Static website boilerplate: Twig, Sass/Scss, webpack, ES6, BrowserSync, Image optim...

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Sass
350 projects
Handlebars
879 projects
shell
77523 projects

Install

First install NodeJs.

Then install dependencies.

npm install

Then init the app

npm run init

Developement

Build, watch aand open server

npm start

Build, watch and open server with sync between browers

npm run dev

Watch and open server on another port

npm start -- --port 3010

Generation

Generate pages or partials from templates

npm run generate

Generate a page from templates

npm run generate:page

Generate a partial from templates

npm run generate:partial

Production

Build the website with minified CSS / HTML and scripts to the /dist folder.

npm run build

Deploy the /dist content on the server.

npm run deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].