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

https://github.com/beace/trust-scripts

webpack scripts for react project
https://github.com/beace/trust-scripts

react webpack

Last synced: about 2 months ago
JSON representation

webpack scripts for react project

Awesome Lists containing this project

README

        

# trust-scripts

A simple webpack scripts for react project.

```bash
npm install -g trust-scripts
```

in your project

```
trust-scripts init
trust-scripts dev
```

## Structure

![trust-scripts](./docs/trust-scripts.png)

## Usage

```sh
// dev mode
trust-scripts dev
// prod mode
trust-scripts build
```

## Development

```sh
cd trust-scripts
npm link
trust -V
```

// in your test project

```sh
npm link trust-scripts
trust-scripts dev
// or build
trust-scripts build
```