Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanrauwers/react-webpack-jest-boilerplate
A boilerplate for build React apps using webpack, Jest and enzyme
https://github.com/jeanrauwers/react-webpack-jest-boilerplate
boilerplate boot bootstrap enzyme jest react webpack
Last synced: 6 days ago
JSON representation
A boilerplate for build React apps using webpack, Jest and enzyme
- Host: GitHub
- URL: https://github.com/jeanrauwers/react-webpack-jest-boilerplate
- Owner: jeanrauwers
- License: mit
- Created: 2019-05-04T17:19:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:46:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T00:20:19.254Z (over 1 year ago)
- Topics: boilerplate, boot, bootstrap, enzyme, jest, react, webpack
- Language: JavaScript
- Homepage:
- Size: 4.92 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A boilerplate for build React websites using webpack, Jest and enzyme
## Install
```
npm ci```
## Development and watch
```
$ npm run dev
```## Build
```
$ npm run build
```## Test
```
$ npm run test
```## Coverage
```
$ npm run test:coverage
```