Home

Awesome

ministarter

Starting configuration for fast and static web projects

Using

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 *