replicated-react-components
v0.1.15
Published
Replicated reusable react components
Downloads
12
Readme
replicated-react-components
Replicated reusable react components
Development
- Run tests:
npm test
; - Continuously run tests on file changes:
npm run watch-test
; - Build:
npm run build
; - Continuously build on file changes:
npm run watch
;