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

https://github.com/mikeludemann/broccoli-simple-setup

A setup with broccoli build tool
https://github.com/mikeludemann/broccoli-simple-setup

broccoli broccoli-plugin build-tool

Last synced: about 1 year ago
JSON representation

A setup with broccoli build tool

Awesome Lists containing this project

README

          

# broccoli-simple-setup

A setup with broccoli build tool

## Prerequisite

### Install all packages

```
yarn
```

## Examples

### Build the application

```
yarn run build
```

### Build as you save the application

```
yarn run watch
```