/luque-pack

A very very simple Javascript bundler

Primary LanguageJavaScriptMIT LicenseMIT

LuquePack

A very very simple Javascript bundler used to show students the general ideal behind webpack.

Project Status

This project is considered finished for the purpose it was created.

Installation and Setup Instructions

Clone down this repository. You will need node and yarn/npm installed on your machine.

Installation:

npm i

To execute the the provided example:

npm run example

Then, open the file inside dist/bundle.js in a browser.