0.0.12 • Published 6 years ago

flare-ui-components v0.0.12

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

FLARE Cloud UI Components

A React/Redux/Material component library for FLAREcloud user interfaces

Pre-requisites

  1. Install Node.js
  2. Install Docker
  3. Install the FLARE client PKI certs in your browser. When you load the app your browser will prompt you to pick a certificate, which is analogous to picking which test user you want to log in as.

Serve the "development" version of the site

npm install Install all dependencies

npm run start

  • This runs Webpack and Webpack Dev Server, which builds and serves the website locally (i.e., it creates a web server on localhost:3000). If you would like to modify the port, read the ReactCreateApp documentation.
  • After running the command the app should pop up on your default browser

Running Unit Tests

npm run test

Will run the Jest/Enzyme Unit tests. To get code coverage:

npm run test -- --coverage

Publishing changes

Build the Library

npm run build-lib

Note that you will need to be logged into the npm repository https://docs.npmjs.com/private-modules/intro

Will produce /lib

Make sure to modify the version in the package.json according to the semantic version standards: https://semver.org/

npm publish

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago