This repository is for create a react packages.
- Babel for transpiling
- Rollup for building
- Mocha for testing
- Eslint and Prettier for better code
- Server integrated for test your components
React and ReactDom are peerDependecies. Use npm-install-peers for use in packages into peerDependecies
Use mocha for testing runner includes other libraries for easy testing
- Sinon Documentation
- expect.js Github
For verify coverage in your
- istanbul.js Web
Documentate your code with jsdoc
- jsdoc github