https://github.com/sc5/styleguide-angular-directive-examples
https://github.com/sc5/styleguide-angular-directive-examples
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sc5/styleguide-angular-directive-examples
- Owner: SC5
- Created: 2015-11-06T08:21:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T08:21:48.000Z (over 10 years ago)
- Last Synced: 2025-01-03T18:38:52.202Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taking a style guide to the next level with AngularJS directives
This repository contains examples used in the blog post written to the SC5 blog.
## Installation
Install the npm packages and build the style guide
```
> npm install
```
After running the command below, the styles are generated and local server is started.
```
> gulp styleguide
```
Style guide should be now running in the address http://localhost:3002/
## Blog examples
Examples used in the blog post can be found from the directory `examples`. They are complete standalone examples.