Awesome
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 *