Closed geraldyeo closed 8 years ago
One option would be to run 2 servers.
Of course you'll need a build process which runs Babel on your universal server files automatically.
Mixing both of those servers into 1 would be quite interesting, just not sure it's worth it?
I used another starter kit of mine with webpack to experiment, seems to work. https://github.com/geraldyeo/universal-cycle-starter
This Cycle starter kit is still a work in progress.
Awesome, once you get everything working, let me know and I'll add a link to the readme.
First, thanks for creating this.
I'm new to the Cycle ecosystem, and is finding it hard to piece together a working universal app with hot module replacement. It will be good to have an example of this.