Skip to content

xpepermint/isomorphic-react-relay-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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