jlengstorf / learn-rollup

This is an example project to accompany a tutorial on using Rollup.
https://code.lengstorf.com/learn-rollup-js/
ISC License
191 stars 61 forks source link

Adding a basic server using express and rollup #5

Closed jcperez-ch closed 7 years ago

jcperez-ch commented 7 years ago

The purpose of this PR:

Please, let me know your feedback @jlengstorf This might look a bit more fancy than opening the index file directly on the browser.

jlengstorf commented 7 years ago

Thanks for this! I'm going to put it on its own branch and add a "Advanced/Alternative Configurations" section to the README that jumps to it. I've got this on my todo list, and I'll get it merged in next week.

jcperez-ch commented 7 years ago

woot! @jlengstorf I can't wait to see the Alternative Configurations, this could be the default boilerplate for many rollup developers! Nice job, I hope I can keep having the time to contribute.

jlengstorf commented 7 years ago

@jcperez-ch The alternative configurations are live. I'll add a note to the articles soon. Thanks again for contributing!