Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sc5/styleguide-angular-directive-examples


https://github.com/sc5/styleguide-angular-directive-examples

Last synced: 8 days ago
JSON representation

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.