Minimal Front-End boilerplate with npm run tasks built-in.
No more complex and large configuration task files, minimal-boilerplate has a very tiny configuration footprint via npm scripts.
Status: Work in progress...
- Task automation with npm run.
- CommonJS Modules in the browser with browserify.
- Watch Browserify builds with watchify.
- ES6 with Babel.
- Live preview and development server with browser-sync.
- Automatically watch and compile Sass files with node-sass.
- Javascript and CSS bundles for production with UglifyJS 2 and clean-css.
Clone this repository and install dependencies.
$ npm install$ npm startOr
$ npm run dev$ npm run buildEasy customization tasks via "scripts" in package.json.
MIT license
© 2016 José Luis Quintana