Skip to content

keidrun/boilerplate-gulp-postcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boilerplate-gulp-postcss devDependency Status

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.
  2. Install modules via yarn install or npm install.
  3. Execute gulp and See http://localhost:3000/ on your Chrome.
  4. Enjoy developing your web site.