https://github.com/jojoee/jeans-kit
:jeans: (Beta) Simple and clean frontend toolkit that you can wear it everywhere
https://github.com/jojoee/jeans-kit
css grid-layout
Last synced: 4 months ago
JSON representation
:jeans: (Beta) Simple and clean frontend toolkit that you can wear it everywhere
- Host: GitHub
- URL: https://github.com/jojoee/jeans-kit
- Owner: jojoee
- Created: 2016-07-09T02:55:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T09:24:23.000Z (over 7 years ago)
- Last Synced: 2026-01-29T23:41:15.885Z (5 months ago)
- Topics: css, grid-layout
- Language: CSS
- Homepage:
- Size: 126 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jeans Kit
[](https://travis-ci.org/jojoee/jeans-kit)
[](https://bower.io/search/?q=jeans-kit)
[](https://www.npmjs.com/package/jeans-kit)
[](https://github.com/jojoee/jeans-kit/releases)
[](https://github.com/jojoee/jeans-kit/archive/master.zip)
Simple and clean frontend toolkit that you can wear it everywhere
## Getting Started
1: Install via `npm`
```
1.1 Install npm
1.2 Install package: `npm install --save jeans-kit`
```
2: Install via `bower`
```
2.1 Install npm
2.2 Install bower: `npm install -g bower`
2.3 Install package: `bower install --save jeans-kit`
```
## Getting Started (to develop this package)
1. Install Node.js
2. Install global: `npm install -g bower yarn`
3. Install dependencies: `yarn && bower install`
4. Build: `npm run build`
# TODO
- [ ] Create `$space` variable by sass loop instead
- [ ] Fix travis build (`sass/jeans-kit.scss`: File to import not found or unreadable: ../../bootstrap-sass-grid/sass/bootstrap-sass-grid)
## Alternatives
- [Skeleton](http://getskeleton.com/)
- [Basscss](http://www.basscss.com/)
- [Pure](https://github.com/yahoo/pure/)
- [Kube](https://github.com/imperavi/kube)