/dynapack-example-simple

Simple usage of the dynapack bundler.

Primary LanguageJavaScript

Dynapack example

To run the example, issue the following commands

> git clone https://github.com/bauerca/dynapack-example-simple.git
> cd dynapack-example-simple
> npm install
> ./node_modules/.bin/dynapack browser.js
> node server.js

Then point your browser to http://localhost:3333, and start clicking on the list items to look for the secret.

Fire up dev console in Chrome or Firebug in Firefox and switch to the "Network" tab to watch the bundles come in as they are needed.

License

MIT