Setup uPortal Components Locally
Prerequisits
- Git
- Node.js 10.9+ (using NVM is recommended)
Installation
- From a terminal or command line
git clone https://github.com/uPortal-contrib/uPortal-web-components
cd uPortal-web-components
npm ci
npm run bootstrap
Running a Component Locally
cd
into component folder
npm start
Testing
- From the root of the project
npm test