Home - StfBauer/generator-simplestyle GitHub Wiki
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
After the installation succeeded you can start to create your first SimpleStyle project.
Now you are ready to get started.
Documentation
- Create first SimpleStyle project
- Working with patterns
- Create advanced patterns
- Important Folders
- [Data Binding with SimpleStyle](/StfBauer/generator-simplestyle/wiki/Data-Binding-with-SimpleStyle)