Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voorhoede/front-end-tooling-recipes
Collection of pre-configured front-end tooling setups for common uses.
https://github.com/voorhoede/front-end-tooling-recipes
express front-end gh-pages gulp nightwatch node postcss recipe revision rollup tooling travis-ci
Last synced: 3 months ago
JSON representation
Collection of pre-configured front-end tooling setups for common uses.
- Host: GitHub
- URL: https://github.com/voorhoede/front-end-tooling-recipes
- Owner: voorhoede
- Archived: true
- Created: 2016-05-18T13:46:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T16:36:32.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T16:44:46.990Z (6 months ago)
- Topics: express, front-end, gh-pages, gulp, nightwatch, node, postcss, recipe, revision, rollup, tooling, travis-ci
- Language: JavaScript
- Homepage: https://voorhoede.github.io/front-end-tooling-recipes/
- Size: 212 KB
- Stars: 177
- Watchers: 22
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Front-end tooling recipes
Collection of pre-configured front-end tooling setups for common uses.
## Recipes
* [Compress with Brotli and Gzip](compress-with-brotli-and-gzip/) - Compress static files with Brotli and Gzip using maximum compression.
* [Express server with Nodemon & Browsersync](express-with-nodemon-browsersync/) - Auto restart ExpressJS server and auto reload browser on file changes.
* [Nightwatch server and browsers](nightwatch-server-and-browsers/) - Run your project's end-to-end (e2e) tests in Chrome and Firefox using Nightwatch.
* [PostCSS process and watch](postcss-process-and-watch/) - Compile CSS with support for CSS imports, variables, vendor prefixing and minification using PostCSS.
* [Revision static assets](revision-static-assets/) - Give files a unique filename based on their contents and update references to them.
* [Rollup bundle and watch](rollup-bundle-and-watch/) - Bundle JS files with support for ES2015/16, minification and sourcemaps using Rollup.
* [Travis CI: deploy to GitHub Pages](travis-deploy-to-gh-pages/) - Automatically create distributions and deploy them to GitHub Pages using Travis CI.