Skip to content

Display metrics on any site that is configurable in SharePoint.

Notifications You must be signed in to change notification settings

dhardin/SP-Metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Development Configuration

  1. Install Node JS Node JS Install
  2. If testing locally, without an lcmp server, install local http server
    1. Open command line and execute the following:
npm install http-server -g
  1. Install Gulp
    1. Open command line and execute the following:
npm install -g gulp
  1. Navigate to Contractor Surveillance module client root folder and open command prompt at that location.
  2. Install project dependencies
npm install --save-dev

#Building Source Code

  1. Navigate to root folder and open command prompt at that location.
  2. Run gulp build for that project:
gulp build-min --production
  1. If you don't want to run this command evey time a file changes, run the following instead:
gulp watch-build-min --production

About

Display metrics on any site that is configurable in SharePoint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published