Showcase system for students' projects in Telerik Academy
-
Install NodeJS
-
Install Gulp globally with
npm install -g gulp
-
Navigate the terminal to the client folder
\Source\Client\Showcase.Client.App
-
Install missing NPM packages with
npm install
-
Run the Gulp watch task with
gulp watch
-
For minified scripts and styles use
gulp watch --env production
-
Or optionally use the Task Runner Explorer extension to Visual Studio 2013 which is already configured to run the Gulp watch task on every solution build