Skip to content

Latest commit

 

History

History
 
 

browserify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.