A Ui library based of components created in Just Connect application.
- NPM version - 6.14.4
- NODE version - 12.16.1
- Gulp version - CLI - 2.2.1, Local 4.0.2
cd your-project-directory
git clone https://github.com/thabotitus/jca-ui-kit.git
npm install
OR
npm i @ttsftwr/jca-ui-kit
Run Server - (Hot reloading)
npm start
Build files
npm run build
Bump version
gulp bump:[major|minor|patch]
All files within this repo are released under the MIT (OSI) License as per the LICENSE file stored in the root of this repo.