https://github.com/arunghosh/webpack-react-lib-starter
A boilerplate for creating react component using webpack
https://github.com/arunghosh/webpack-react-lib-starter
boilerplate enzyme es6 jest react webpack
Last synced: 3 months ago
JSON representation
A boilerplate for creating react component using webpack
- Host: GitHub
- URL: https://github.com/arunghosh/webpack-react-lib-starter
- Owner: arunghosh
- License: mit
- Created: 2017-03-08T13:17:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T04:24:59.000Z (over 9 years ago)
- Last Synced: 2025-03-24T23:33:41.324Z (over 1 year ago)
- Topics: boilerplate, enzyme, es6, jest, react, webpack
- Language: JavaScript
- Size: 6.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-react-lib-starter
**A minimalistic boilerplate for creating react component library using webpack. It has**
* Testing using jest and enzyme
* Eslint
* A dev environment for testing the component in browser
## To setup
**To make new build**
```
npm run build
```
**To run dev server**
```
npm run dev
```
**To run test**
```
npm run test
```