elrumordelaluz / ministarter

Starter configuration for fast static web projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ministarter

Starting configuration for fast and static web projects

Using

  • Gulp as a task manager
  • Pug for templates
  • PostCSS to process styles
  • Babel to transpile scripts
  • BrowserSync to view live results

Main steps

$ git clone https://github.com/elrumordelaluz/ministarter.git

Clone the repository

$ npm i

Install node modules

$ npm run watch

Watch when modifying files, alias of $ gulp watch

Aditional scripts

$ npm start

Alias of $ gulp

$ npm run clean

Cleans dist/ folder

$ npm run deploy

Build and push dist/ folder into gh-pages *

About

Starter configuration for fast static web projects


Languages

Language:JavaScript 64.2%Language:HTML 21.6%Language:CSS 14.1%