1.0.0 • Published 7 years ago

platform-ui-sdk-lib v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Platform UI SDK

This repository is used to perform functionalities like:

  • Routing
  • Storing Objects

Up & Running

Clone this repo and run:

npm install

Finally, to start the application:

npm start

Getting latest

pull latest develop

git checkout develop
git pull upstream develop

refresh your dependencies

npm install

Consuming the repository

npm install "{path}\glp-platform-sdk-ui-1.0.0.tgz"

import PSDK from "glp-platform-sdk-ui";