Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26

Looking for setup guidelines?

The guidelines for PlatformUI 2.0 setup contains the initial setup procedures including InstallationConfigurations and various Commands to set the development environment on your local machine.

 Prerequisite
  • Node.js

 Steps to setup Development Environment

%WORKSPACE%  is the directory which contains InSights - Development Platform.

  • Install bower using:

npm install bower -g

  • Install live-server using:

npm install live-server -g

  • Install grunt using:

npm install grunt -g

  • Change working directory("%WORKSPACE%\Insights\PlatformUI2.0").
  • Install bower dependencies using command:

bower install

  • Install node_module dependencies using command:

npm install

  • Install tsd dependencies using command:

tsd install

  • From the directory(%WORKSPACE%\Insights\PlatformUI2.0), run command:

grunt

  • From the directory(%WORKSPACE%\Insights\PlatformUI2.0\app), run command:

live-server       

  • No labels