push-ui
v1.3.1
Published
---
Downloads
10
Readme
push-ui
Live Demo :eyes:
About
The starter ui includes the following technologies:
| Technology | Description | | --------------------------------------------- | ------------------------------------------------------------------------------ | | Node 14.0.0 LTS | Node | | React 17 | JavaScript library for building user interfaces | | Redux | Redux is a predictable state container for JavaScript apps | | Redux-Form | A Higher Order Component using react-redux to keep form state in a Redux store |
Installation
npm install push-ui --save
Release
npm run release -- --release-as minor
Patch
npm run release -- --release-as patch
Push version to the git
git push --follow-tags origin master