Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterblazejewicz/localmaterialdesignicons

A boilerplate showing use of locally hosted Material Design Icons in ASP.NET 5
https://github.com/peterblazejewicz/localmaterialdesignicons

Last synced: 28 days ago
JSON representation

A boilerplate showing use of locally hosted Material Design Icons in ASP.NET 5

Awesome Lists containing this project

README

        

# LocalMaterialDesignIcons
A boilerplate showing use of locally hosted Material Design Icons in ASP.NET 5

## Usage

After you clone this repository execute from commandline:
```
dnu restore
```
This will install ASP.NET 5 dependencies and also install `Material Design Icons` via `NPM` and `Bower`. The `Gulp` task is then executed that copies web fonts into `wwwroot` directory.

To run web site execute:
```
dnx kestrel
```

## Static files handling in ASP.NET 5

Useful documentation bits on subject:

[Working with Static Files](http://docs.asp.net/en/latest/fundamentals/static-files.html)

## Author

@blazejewicz