An open API service indexing awesome lists of open source software.

https://github.com/keidrun/boilerplate-gulp-postcss

Boilerplate of PostCSS with Gulp.
https://github.com/keidrun/boilerplate-gulp-postcss

boilerplate css css3 cssnext design es2015 es6 gulp postcss

Last synced: about 1 year ago
JSON representation

Boilerplate of PostCSS with Gulp.

Awesome Lists containing this project

README

          

# boilerplate-gulp-postcss [![devDependency Status][depstat-image]][depstat-url]
Boilerplate of PostCSS with Gulp.

## Description
This boilerplate provides an automatic web development environment with gulp to develop HTML, CSS(PostCSS) and Javascript(ES6/ES2015).

## Automatic Settings

- transpile for CSS (PostCSS -> CSS)
- attache CSS (normalize.css & autoprefixer)
- format CSS (stylelint)
- transpile for JS (ES6 -> ES5)
- optimize images
- package (minify CSS & JS)
- zip

## Preconditions

- Installed `Chrome` browser.
- Installed `yarn` or `npm`.
- Installed `gulp` globally.

## Steps

1. Clone this repository via `git`.
1. Install modules via `yarn install` or `npm install`.
1. Execute `gulp` and See `http://localhost:3000/` on your Chrome.
1. Enjoy developing your web site.

[depstat-url]: https://david-dm.org/keidrun/boilerplate-gulp-postcss?type=dev
[depstat-image]: https://david-dm.org/keidrun/boilerplate-gulp-postcss/dev-status.svg