Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meefik/libux

A minimalistic UX framework for JavaScript libraries
https://github.com/meefik/libux

framework ui ux

Last synced: about 1 month ago
JSON representation

A minimalistic UX framework for JavaScript libraries

Awesome Lists containing this project

README

        

## libux

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

### How to run

Run the sample app [to-do list](http://todomvc.com/) and the documentation:

- run `npm install`
- run `npm start`
- open [http://localhost:8080](http://localhost:8080/)

### Run lint

```
npm run lint
```

### Build to production

```
npm run build
```