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.
- Follow the implementation steps or just clone this repository.
- Start application HTTP server:
npm run app:server:start:dev
. - Start application Webpack server:
npm run app:webpack:start
. - Navigate to
http://localhost:4444
.