uPortal-web-components

Setup uPortal Components Locally

Prerequisits

  1. Git
  2. Node.js 10.9+ (using NVM is recommended)

Installation

  1. From a terminal or command line
  2. git clone https://github.com/uPortal-contrib/uPortal-web-components
  3. cd uPortal-web-components
  4. npm ci
  5. npm run bootstrap

Running a Component Locally

  1. cd into component folder
  2. npm start

Testing

  1. From the root of the project
  2. npm test