Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 364 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 364 Bytes

libux

A minimalistic UX framework for libraries in pure JavaScript without dependencies.

How to run

Run the sample app to-do list and the documentation:

Run lint

npm run lint

Build to production

npm run build