drejohnson / react-universal-typescript

React starter for building universal apps with Typescript, Webpack 2, Apollo
3 stars 2 forks source link
apollo graphql progressive-web-app react redux typescript universal webpack2

React Starter Typescript

React starter for building universal apps with Typescript, Webpack 2, Apollo

Adapted from react-starter's feature/apollo branch

Using as a starting point for my project so it's a bit opinionated.

Features

Getting Started

Install

$ npm/yarn install

Run

$ npm/yarn run start-dev
$ NODE_ENV=production npm run build && npm start
$ apollo-codegen introspect-schema https://api.graph.cool/simple/v1/cixm67lmh1yjd0177j5cwt47t --output schema.json