Replicated reusable react components
npm install replicated-react-components
* 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;
npm test
npm run watch-test
npm run build
npm run watch