Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 899 Bytes

Learn Rollup.js

This is an example project to accompany a tutorial on using Rollup.

See the video of how this was made at https://code.lengstorf.com/learn-rollup-js/

Quickstart

# Clone the repo
git clone git@github.com:jlengstorf/learn-rollup.git

# Move into the repo
cd learn-rollup/

# Install dependencies
npm install

# Start the watcher
npm run watch

Alternative Configurations