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

https://github.com/thabotitus/jca-ui-kit

Just Connect UI Kit
https://github.com/thabotitus/jca-ui-kit

gulp-plugins html-css-javascript ui-kit webpack webpack-plugins

Last synced: 21 days ago
JSON representation

Just Connect UI Kit

Awesome Lists containing this project

README

          

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3e24725e31a84cb0853f4703f6a4895b)](https://www.codacy.com/manual/hello_100/jca-ui-kit?utm_source=github.com&utm_medium=referral&utm_content=thabotitus/jca-ui-kit&utm_campaign=Badge_Grade)

## JCA UI KIT

A Ui library based of components created in Just Connect application.

### Requirements
- **NPM version** - 6.14.4
- **NODE version** - 12.16.1
- **Gulp version** - CLI - 2.2.1, Local 4.0.2

### Installation

1. `cd your-project-directory`
2. `git clone https://github.com/thabotitus/jca-ui-kit.git`
3. `npm install`

OR

```
npm i @ttsftwr/jca-ui-kit
```

### Useful commands

Run Server - (Hot reloading)
```
npm start
```

Build files
```
npm run build
```

Bump version
```
gulp bump:[major|minor|patch]
```

### License
All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/thabotitus/jca-ui-kit/blob/master/LICENSE.md) stored in the root of this repo.