Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterblazejewicz/aspnet5watcher

Recreation of damienbod/AspNet5Watcher using beta5 with generator-aspnet
https://github.com/peterblazejewicz/aspnet5watcher

Last synced: 25 days ago
JSON representation

Recreation of damienbod/AspNet5Watcher using beta5 with generator-aspnet

Awesome Lists containing this project

README

        

# AspNet5Watcher

Recreation of @damienbod/AspNet5Watcher using beta5 with [Yeoman generator for ASP.NET 5 apps](https://www.npmjs.com/package/generator-aspnet)

## Steps

* Scaffold application using `Basic` web application template.

```bash
yo aspnet --grunt
```

* Update `Bower` configuration for different libraries or newer versions.

* Update `NPM` configuration with proper `Grunt` packages

* Remove unused views and modify `HomeController`

* Update ASP project file adding new dependencies and removing post-build scripts