Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Latest commit

 

History

History

rollup-itscss

Rollup.js - ITSCSS front-end recipe

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

Usage

Tasks

Development

To start the watchers and a Browsersync server on http://localhost:3000.

npm run dev

Production build

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

npm run build

These scripts are configured in the package.json.