lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
985 stars 126 forks source link

Fixed webpack setup to seperate compilated client and server code #95

Closed jkettmann closed 7 years ago

jkettmann commented 7 years ago

Changed build directories for client and server.

server -> build client -> build/app

build/app is exposed via express.static, thus only client side code can be accessed publicly

Closes #94

lvarayut commented 7 years ago

Thanks @jkettmann for the awesome PR. Could you change the branch to canary instead of master, you should be able to do so by clicking the lvarayut:master at the top and change it to lvarayut:canary?

jkettmann commented 7 years ago

@lvarayut Yes, of course. Can you check your heroku deploy? Not sure if I broke that.

jkettmann commented 7 years ago

@lvarayut I removed the unnecessesary changes.

lvarayut commented 7 years ago

Thanks @jkettmann 👍