libux
libux copied to clipboard
A minimalistic UX framework for JavaScript libraries
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
npm install - run
npm start - open http://localhost:8080
Run lint
npm run lint
Build to production
npm run build