@myxplor/shared
v0.5.0
Published
Shared react/redux components
Downloads
12
Keywords
Readme
Xplor components
A collection of shared components (and their associated styles)
Installation
yarn install @xplor/shared
This will give us the js components, to import the stylesheet add to main.js
import '@myxplor/shared/build/main.css'
Running
In order to see the components, and to see them as you work on them…s
yarn start
Tests
yarn test
There is a known issue with running jest --watch
(errors with FSEvents.framework)
https://github.com/facebook/jest/issues/1767
Try installing watchman (the source of the issue) via brew
brew install watchman