Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohannair/objective-ui
ObjectiveIQ UI (React/Redux)
https://github.com/rohannair/objective-ui
apollo-client react react-router redux
Last synced: 13 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T16:59:25.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T10:48:04.477Z (2 months 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
[![CircleCI](https://circleci.com/gh/objectiveiq/objective-ui/tree/master.svg?style=svg&circle-token=ae1626d127199ddd8eddeac71357607a63850753)](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)