erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12k stars 2.5k forks source link

How to serve from different path #1335

Open t-my opened 7 years ago

t-my commented 7 years ago

Good day.

I'm trying to serve an application under a different path. Is this possible with some configuration entry?

I'm trying to achieve:

host/dist -> host/newpath/dist host/ws -> host/newpath/ws

Thanks for the help.