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