Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 514 Bytes

File metadata and controls

5 lines (3 loc) · 514 Bytes

Browserify example

This example shows how to bundle the auth0-lock-passwordless npm package with browserify. It uses Babel to support the new ES2015 syntax, but it is not a requirement.

First, ensure you have node installed on your system. Then, run npm install to install the project's dependencies and npm run build to build the bundle. Finally, open index.html in your favorite browser.