- Record words and share with others
- Listen to words others have shared
git init
- Create git reop- Scaffold Application Using Yeoman
npm install -g generator-aspnet
Install Yeomanmkdir src
- Create 'src' folderyo aspnet
- Run the aspnet generator- Run DNX restore to restore packadges
- Install jspm
npm install jspm/jspm-cli -g
- global CLInpm install jspm --save-dev
- local jspm packadge- Configure jspm
jspm init
- (choose no transpiler)
- Installing ASP.NET 5
- Install the .NET Version Manager (DNVM)
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
dnvm upgrade -r clr
- Install the .NET Execution Environment (DNX)dnx restore
- Restore packadgesdnu commands install Microsoft.Dnx.Watcher
- Install Dnx.Watcher