Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jlengstorf/learn-rollup

This is an example project to accompany a tutorial on using Rollup.
https://github.com/jlengstorf/learn-rollup

bundle es2015-modules javascript rollup tree-shaking tutorial video

Last synced: 4 months ago
JSON representation

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

Lists

README

        

# Learn Rollup.js

This is an example project to accompany a tutorial on using [Rollup](http://rollupjs.org/).

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

## Quickstart

``` sh
# Clone the repo
git clone [email protected]:jlengstorf/learn-rollup.git

# Move into the repo
cd learn-rollup/

# Install dependencies
npm install

# Start the watcher
npm run watch
```

## Alternative Configurations

- [Default configuration (as built in the video)](https://github.com/jlengstorf/learn-rollup/)
- [Simple Node server for development using Express](https://github.com/jlengstorf/learn-rollup/tree/alt-config/express)
- [Extra configuration to support React](https://github.com/jlengstorf/learn-rollup/tree/alt-config/react)
- [Extra configuration with `rollup-plugin-livereload`](https://github.com/jlengstorf/learn-rollup/tree/alt-config/rollup-plugin-livereload)