Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourcube/broccoli-es6-browserify-jest
Template for a broccoli driven, es6 supporting, browserify bundling build. Runs tests with jest.
https://github.com/fourcube/broccoli-es6-browserify-jest
Last synced: 15 days ago
JSON representation
Template for a broccoli driven, es6 supporting, browserify bundling build. Runs tests with jest.
- Host: GitHub
- URL: https://github.com/fourcube/broccoli-es6-browserify-jest
- Owner: fourcube
- Created: 2015-01-16T19:18:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T13:22:44.000Z (almost 10 years ago)
- Last Synced: 2024-12-22T19:07:36.171Z (about 1 month ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Build Template
Uses
- broccoli (building)
- browserify (modules)
- babel (es6 to es5)
- jest (testing)
- react## Initialization
`npm install`
## Building
### Development
`broccoli build out`
### Production
`BROCCOLI_ENV=production broccoli build production`
## Running
`broccoli serve`
## Testing
`npm test`