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

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

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.*