Introduction
Legacy version
You’re browsing the documentation for v3. View the docs for the latest version →
Living Styleguide for componentized front end development.
Uses the Gulp task runner to
Prerequisites
Installation
With npm:npm install -g front-end-styleguide-cli
On some systems root (sudo
) is needed to install global packages.
Create a new project in an empty folder:front-end-styleguide init
If the folder already contains a Git repository, this information will be used to populate the package.json
.