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
- Host: GitHub
- URL: https://github.com/mikeludemann/broccoli-simple-setup
- Owner: mikeludemann
- License: mit
- Created: 2020-04-09T14:35:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:02:49.000Z (over 3 years ago)
- Last Synced: 2025-02-02T04:13:27.401Z (over 1 year ago)
- Topics: broccoli, broccoli-plugin, build-tool
- Language: JavaScript
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```