Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 377 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 377 Bytes

babel-lib-rollup-starter

Boilerplate for creating JavaScript libraries using Babel and Rollup.

Install

$ git clone https://github.com/Banttu/babel-lib-rollup-starter.git
$ cd babel-lib-rollup-starter
$ npm install

Build

$ npm run build

Watch for changes

$ npm run dev