https://github.com/gaprogman/.net-ides
A slide deck for a talk on the different possible IDEs and tooling available for .NET Development
https://github.com/gaprogman/.net-ides
Last synced: 8 months ago
JSON representation
A slide deck for a talk on the different possible IDEs and tooling available for .NET Development
- Host: GitHub
- URL: https://github.com/gaprogman/.net-ides
- Owner: GaProgMan
- License: mit
- Created: 2018-09-25T21:37:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T21:49:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T23:19:31.046Z (over 1 year ago)
- Language: JavaScript
- Size: 1.79 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET IDEs
A short slide deck that I have thrown together using reveal.js. See the [reveal-js readme](./reveal-js-readme.md) for details on that library.
It is meant as a slightly humorous way to look at the main IDEs and tools available for .NET developers.
## Requirements
The following pieces of software are required to build and run this slide deck:
- [node (4.0.0 or later)](http://nodejs.org/)
- yarn
- because it's better than npm
- grunt
## Running The Presentation
Assuming that you have a terminal open in the root of the repo:
1. `npm install -g yarn`
1. `npm install -g grunt`
1. `yarn install`
1. `grunt serve`
A web browser should open, point at [localhost:8000](http://localhost:8000/), and the slide deck will be available to view.