Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sfantasy/tiny

Tiny Mobile UI Library
https://github.com/sfantasy/tiny

Last synced: about 1 month ago
JSON representation

Tiny Mobile UI Library

Awesome Lists containing this project

README

        

Tiny
---

Tiny solutions work for mobile

## Introduction

This repository is built with Gulp and written in CoffeeScript and sass.

Tiny should be using with [Zepto.js](http://zeptojs.com/) and [Fontawesome](http://fontawesome.io/).

## Build

- Install dependencies

```
npm install
```

- For development

```
gulp
```

After this command, see the files in the `dist` folder.

- For production

```
gulp build
```

After this command, you will get `tiny.min.js` and `tiny.min.css` in the `production` folder.

## License

The [MIT License](LICENSE)