0.11.0 • Published 1 year ago

react-dili-reports v0.11.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Intro

This library contains React components used throughout MythX's web apps. Tests are done using React Testing Library (great article introducing it here)

Getting started

> npm install

# To run DOM tests
> npm run test

# for development builds and hot rebuilding
> npm run dev

# for production build
> npm run build

Setup based on:

https://blog.harveydelaney.com/creating-your-own-react-component-library/