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

https://github.com/dunnock/react-webpack2-boilerplate

Simple boilerplate for react with webpack2
https://github.com/dunnock/react-webpack2-boilerplate

Last synced: over 1 year ago
JSON representation

Simple boilerplate for react with webpack2

Awesome Lists containing this project

README

          

# react-webpack2-boilerplate
Simple boilerplate for react with webpack2

# Usage

## Start webpack dev server

```
yarn start
```

## Build all

```
yarn build
```

## Build development

```
yarn build:dev
```

## Tests not included

Feel free to use your framework
TODO: jest tests

# Whats included

- react@15
- react-dom@15
- react-router@3
- webpack@beta //webpack2 RC
- eslint@3
- babel-core@6