Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sfantasy/tiny
- Owner: SFantasy
- License: mit
- Created: 2014-11-14T15:17:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T14:29:31.000Z (about 10 years ago)
- Last Synced: 2024-10-12T10:18:05.313Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 527 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)