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

https://github.com/cirych/react-test

Simple React / Redux / GraphQL / Graphcool test project
https://github.com/cirych/react-test

apollo graphcool graphql react redux

Last synced: 25 days ago
JSON representation

Simple React / Redux / GraphQL / Graphcool test project

Awesome Lists containing this project

README

          

# Simple React / Redux / GraphQL / Graphcool test project [![Build Status](https://travis-ci.org/Cirych/react-test.svg?branch=master)](https://travis-ci.org/Cirych/react-test)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

## Demo
[View live demo](https://cirych.github.io/react-test)

## Install locally

```
git clone https://github.com/Cirych/react-test.git
cd react-test
npm i
```

## Run app

```
npm start
```
Navigate to [http://localhost:3000](http://localhost:3000)

## Run storybook

```
npm run storybook
```
Navigate to [http://localhost:6006](http://localhost:6006)

## Build

Run `npm run build` to build the project.