Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sc5/styleguide-angular-directive-examples
https://github.com/sc5/styleguide-angular-directive-examples
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sc5/styleguide-angular-directive-examples
- Owner: SC5
- Created: 2015-11-06T08:21:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T08:21:48.000Z (about 9 years ago)
- Last Synced: 2024-04-13T11:21:44.991Z (7 months 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.