Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterblazejewicz/localmaterialdesignicons
- Owner: peterblazejewicz
- License: mit
- Created: 2015-08-31T21:19:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T20:26:29.000Z (over 9 years ago)
- Last Synced: 2024-11-24T18:04:40.932Z (3 months ago)
- Language: HTML
- Size: 156 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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