PlatformUI 2.0 development environment setup

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       

©2021 Cognizant, all rights reserved. US Patent 10,410,152