/rollup-itcss

A recipe for bundling ES Modules with rollup.js and a basic Sass (ITCSS) setup.

Primary LanguageCSS

rollup.js & itcss - front-end recipe

This recipe includes:

Usage

Tasks

Development

To start the watchers and a http-server.

npm run dev

Production build

This will test and lint the source code and create the production builds.

npm run build

These scripts are configured in the package.json.