An open API service indexing awesome lists of open source software.

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

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
```