Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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