Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 306 Bytes

readme.md

File metadata and controls

28 lines (24 loc) · 306 Bytes

React redux apollo isomorphic example

How to run

backend

cd backend
npm i
node_modules/.bin/webpack
ctrl + c
node bundle.js

frontend server

cd frontend/server
npm i
webpack
ctrl + c
node bundle.js

frontend client

cd frontend/client
npm i
webpack