Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterblazejewicz/aspnet5watcher
- Owner: peterblazejewicz
- License: mit
- Created: 2015-07-12T18:16:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T20:10:43.000Z (over 9 years ago)
- Last Synced: 2023-04-05T21:37:46.494Z (over 1 year ago)
- Language: C#
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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