Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)