Skip to content

Latest commit

 

History

History

ugliest-todo-browserify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Ugliest Todo Webpack

Overview

This sample project uses browserify to bundle the sample application built in Ugliest Todo tutorial into a single minified script. This project demonstrates how to use the userbase-js in the browser with CommonJS style module imports.

Running

npm install
npm run build

Open dist/index.html in your browser.