Skip to content
Stefan Bauer edited this page Jan 24, 2018 · 23 revisions

To use Simply Style guide the following folders are mainly required during your development.

Prerequisites

The style guide implementation is based on:

To install the prerequisites please execute the following command:

npm install -g yo gulp

Windows User prerequisites

Windows user need to have windows build tool installed. These contains special compiler for various components use by the SimpleStyle Guide. Execute the following command and this will adds these tools to your NodeJS installation.

npm install -g windows-build-tools

Simple Style Implementaion

Once the prerequisites are install you are able to install the Style Guide generator.

npm install -g generator-simplestyle

Installation completed

After the installation succeeded you can start to create your first SimpleStyle project.

Now you are ready to get started.

Documentation

Recipies