This a collection of files that demo how to use various module formats with Browserify.
- Node.js
- Just clone or download.
- Open cmd prompt or terminal here.
- Run the following,
npm start
Sit back and relax. This will install the dependencies, build the files, start a small local server and even open the browser for you.
The project also demonstrates various bundling mechanisms.
Use the following command to build all files. (npm start does it automatically)
npm run build
Note: Refer package.json for individual build details.
MIT Licence.