VS Code samples for Pluralsight course on Code
For most samples you will need these global npm packages to be installed.
npm install grunt-cli gulp bower typescript babel -gASP.NET 5 sample application. Created from the asp.net generator
First make sure you install ASP.NET 5 and DNX
Angular 2 sample application.
Run a static server in the root
cd angular2fiveminutes
ssJavaScript (ES5) sample application. Created from the Hot Towel generator.
Get all code
cd codeplay
npm install
bower installTo run it
gulp serve-devJavaScript (ES6) sample application.
Get all code
cd es6play
npm install
bower installTo run it
gulp serve-devGrunt file sample application.
Get all code
cd gruntproject
npm installTo run it
grunt grunt-hintTypeScript sample application.
Get all code
cd tsplay
npm install
bower installTo run it
gulp serve-dev