https://github.com/rohannair/objective-ui
ObjectiveIQ UI (React/Redux)
https://github.com/rohannair/objective-ui
apollo-client react react-router redux
Last synced: about 1 year ago
JSON representation
ObjectiveIQ UI (React/Redux)
- Host: GitHub
- URL: https://github.com/rohannair/objective-ui
- Owner: rohannair
- Created: 2016-09-28T23:18:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T16:59:25.000Z (over 9 years ago)
- Last Synced: 2025-02-06T05:44:11.226Z (over 1 year ago)
- Topics: apollo-client, react, react-router, redux
- Language: JavaScript
- Homepage: https://objectiveiq.io
- Size: 5.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Objective UI
[](https://circleci.com/gh/objectiveiq/objective-ui/tree/master)
## Installation
### Dependencies
1. Node (6.9 preferred, latest is fine) -- [n recommended](https://github.com/tj/n)
2. [Yarn](https://github.com/yarnpkg/yarn)
### Set Up
1. `$ yarn` - installs deps
2. `$ yarn dev`
### Testing
- Tests are written in [Jest](https://facebook.github.io/jest/) with React tests being done using [Enzyme](https://github.com/airbnb/enzyme)