Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 327 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 327 Bytes

IsoReact

Starting Code for Isomorphic React Redux App

Running Instructions

run 'npm run webpack' to compile all code starting with client/index.jsx and host it on localhost:8080. run 'npm start' to host backend server for server-side rendering.

Note: webpack-dev-server proxies all unresolved requests to localhost:3000.