Skip to content

wearepush/push-ui

Repository files navigation

push-ui


Build Status NPM Version NPM Downloads Demo on Heroku codecov


About

The starter ui includes the following technologies:

Technology Description
Node 16.0.0 LTS Node
React 17 JavaScript library for building user interfaces

Installation

npm install push-ui --save

Release x.^^^.x

npm run release -- --release-as minor

Patch x.x.^^^

npm run release -- --release-as patch

Push version to the git

git push --follow-tags origin master