https://github.com/wearepush/push-ui
UI should be simple and fast
https://github.com/wearepush/push-ui
react-ui redux redux-form storybook
Last synced: 10 months ago
JSON representation
UI should be simple and fast
- Host: GitHub
- URL: https://github.com/wearepush/push-ui
- Owner: wearepush
- Created: 2018-07-13T16:14:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:37:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T16:52:06.068Z (11 months ago)
- Topics: react-ui, redux, redux-form, storybook
- Language: JavaScript
- Homepage: https://push-ui.herokuapp.com
- Size: 11.4 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# push-ui
---
[](https://travis-ci.org/wearepush/push-ui)
[](https://www.npmjs.com/package/push-ui)
[](https://npmcharts.com/compare/push-ui?minimal=true)
[](https://push-ui.herokuapp.com)
[](https://codecov.io/gh/wearepush/push-ui)
---
## [Live Demo](https://push-ui.herokuapp.com) :eyes:
## About
The starter ui includes the following technologies:
| Technology | Description |
| --------------------------------------------- | ------------------------------------------------------------------------------ |
| [Node 16.0.0 LTS](https://nodejs.org/en/) | Node |
| [React 17](https://github.com/facebook/react) | JavaScript library for building user interfaces |
## Installation
```bash
npm install push-ui --save
```
## Release x.^^^.x
```bash
npm run release -- --release-as minor
```
## Patch x.x.^^^
```bash
npm run release -- --release-as patch
```
## Push version to the git
```bash
git push --follow-tags origin master
```