Skip to content

Phylodome/isomorphic-react-relay-boilerplate

This branch is up to date with xpepermint/isomorphic-react-relay-boilerplate:master.

Repository files navigation

isomorphic-react-relay-boilerplate

Work in progress!

This project is more like a tutorial on how to quickly build an isomorphic app based on Node, Facebook's React, React Router, Relay and GraphQL. In Node.js we are used to split complex all-in-one applications into several smaller ones. Thus our code is easier to read, easier to maintain and projects become long-term sustainable.

Every implementation step of this boilerplate is documented under the docs directory so you can build everything from scratch.

Start

  1. Follow the implementation steps or just clone this repository.
  2. Start application HTTP server: npm run app:server:start:dev.
  3. Start application Webpack server: npm run app:webpack:start.
  4. Navigate to http://localhost:4444.

About

Starter template for React with focus on simplicity!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • CSS 0.9%