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
- Host: GitHub
- URL: https://github.com/cirych/react-test
- Owner: Cirych
- License: mit
- Created: 2018-10-01T17:31:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T17:59:58.000Z (about 7 years ago)
- Last Synced: 2025-02-13T22:20:24.675Z (8 months ago)
- Topics: apollo, graphcool, graphql, react, redux
- Language: TypeScript
- Size: 897 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple React / Redux / GraphQL / Graphcool test project [](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.