- Webpack 2+
- ES6+ with Babel, env and stage-2 presets
- Unit test with Jest
- CSS and JS linting with ESLint (airbnb preset) and Stylelint
- Sass with node-sass
- CSS post-processing
- CSS Modules
- Em based media-queries via sass-mq
Install latest umeboshi-cli if not yet installed
$ npm install -g umeboshi-cli
Use webpack
as template
$ umeboshi create webpack <project-folder>
Example:
$ umeboshi create webpack my-project-folder