https://github.com/didierfranc/react-relay-starter
Get started with React, Relay without losing any time
https://github.com/didierfranc/react-relay-starter
es6 jest react relay relay-modern webpack
Last synced: about 1 month ago
JSON representation
Get started with React, Relay without losing any time
- Host: GitHub
- URL: https://github.com/didierfranc/react-relay-starter
- Owner: didierfranc
- Created: 2017-06-21T17:47:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:22:30.000Z (over 2 years ago)
- Last Synced: 2024-04-13T19:20:52.611Z (about 1 year ago)
- Topics: es6, jest, react, relay, relay-modern, webpack
- Language: JavaScript
- Homepage:
- Size: 615 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-relay-starter
A sample project bootstraped with [create-react-app](https://github.com/facebookincubator/create-react-app) and [react-app-rewired](https://github.com/timarney/react-app-rewired)
## Available scripts
#### *start*
Start your development server with hot module replacement
#### *relay*
Build your graphql queries
#### *build*
Create a production build of your application
## What's inside ?
[React](https://facebook.github.io/react/docs/hello-world.html) *A declarative, efficient, and flexible JavaScript library for building user interfaces.*
[Relay](https://facebook.github.io/relay/docs/relay-modern.html) *A JavaScript framework for building data-driven React applications.*
[Jest](https://facebook.github.io/jest/docs/getting-started.html) *Delightful JavaScript Testing.*