Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jongalloway/oscon-2017-booth-demos
Recommended scripts for trying out / demonstrating .NET Core and Visual Studio Code at OSCON 2017.
https://github.com/jongalloway/oscon-2017-booth-demos
dotnet-core visual-studio-code
Last synced: 28 days ago
JSON representation
Recommended scripts for trying out / demonstrating .NET Core and Visual Studio Code at OSCON 2017.
- Host: GitHub
- URL: https://github.com/jongalloway/oscon-2017-booth-demos
- Owner: jongalloway
- License: mit
- Created: 2017-04-27T23:07:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T20:29:06.000Z (over 7 years ago)
- Last Synced: 2024-11-07T22:23:08.640Z (3 months ago)
- Topics: dotnet-core, visual-studio-code
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSCON 2017 | .NET Core and Visual Studio scripts
## Setup
1. Install [.NET Core 2.0.0 preview 2 daily build](https://github.com/dotnet/core-setup#daily-builds).
> Note: Can update to use release link when published at Build.
1. Install [Visual Studio Code](https://code.visualstudio.com/download)
1. Clone this repository to the desktop:```
git clone https://github.com/jongalloway/oscon-2017-booth-demos.git
```1. Clone the *RazorPagesSample* demo to the desktop:
```
git clone https://github.com/damianedwards/razorpagessample.git
```