All Projects → johnpapa → pluralsight-vscode-samples

johnpapa / pluralsight-vscode-samples

Licence: MIT license
VS Code samples for Pluralsight course on Code

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
typescript
32286 projects
C#
18002 projects

pluralsight-vscode-samples

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 -g

asp play

ASP.NET 5 sample application. Created from the asp.net generator

First make sure you install ASP.NET 5 and DNX

angular2fiveminutes

Angular 2 sample application.

Run a static server in the root

cd angular2fiveminutes
ss

code play

JavaScript (ES5) sample application. Created from the Hot Towel generator.

Get all code

cd codeplay
npm install
bower install

To run it

gulp serve-dev

es6 play

JavaScript (ES6) sample application.

Get all code

cd es6play
npm install
bower install

To run it

gulp serve-dev

gruntproject

Grunt file sample application.

Get all code

cd gruntproject
npm install

To run it

grunt grunt-hint

ts play

TypeScript sample application.

Get all code

cd tsplay
npm install
bower install

To run it

gulp serve-dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].