vicompany / rollup-itcss

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:CSS 48.8%Language:JavaScript 41.5%Language:HTML 9.7%