Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cantonjs/react-lib-boilerplate
React lib boilerplate
https://github.com/cantonjs/react-lib-boilerplate
babel boilerplate boilerplate-template enzyme jest lib-boilerplate library react starter-kit testing webpack
Last synced: 17 days ago
JSON representation
React lib boilerplate
- Host: GitHub
- URL: https://github.com/cantonjs/react-lib-boilerplate
- Owner: cantonjs
- License: mit
- Created: 2017-03-09T04:49:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T15:58:02.000Z (about 6 years ago)
- Last Synced: 2024-11-24T16:12:17.262Z (3 months ago)
- Topics: babel, boilerplate, boilerplate-template, enzyme, jest, lib-boilerplate, library, react, starter-kit, testing, webpack
- Language: JavaScript
- Size: 286 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# react-lib-boilerplate
## Supports
- ES6 (using `webpack` and `babel`)
- Auto testing (using `jest` and `enzyme`)
- Output `cmd`, `umd`, and minified `umd` files.## Start a project
Make sure you have installed [Node.js](https://nodejs.org/).
1. `git clone` this repo
2. `cd` to this repo dir, and run `node setup`
3. Happy hacking## Related Projects
- [front-end-lib-boilerplate](https://github.com/cantonjs/front-end-lib-boilerplate)
## License
MIT