-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Stefan Bauer edited this page Jan 24, 2018
·
23 revisions
To use Simply Style guide the following folders are mainly required during your development.
The style guide implementation is based on:
To install the prerequisites please execute the following command:
npm install -g yo gulp
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
Once the prerequisites are install you are able to install the Style Guide generator.
npm install -g generator-simplestyle
After the installation succeeded you can start to create your first SimpleStyle project.
Now you are ready to get started.