Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 367 Bytes

readme.md

File metadata and controls

12 lines (10 loc) · 367 Bytes

Fronty

Fronty is a boilerplate for starting new front-end projects.

Why boilerplate?

I explained my opinion on this topic in blog post "Thoughts on CSS Frameworks".

Dependencies

Fronty is using gulp to compile css (postcss), javascript (browserify) and to optimize images.

$ npm i
$ gulp watch