carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 46 forks source link

ExpressJS or Django server? #357

Open vincentaudebert opened 8 years ago

vincentaudebert commented 8 years ago

Hi guys,

First I want to say thank you for such a cool plugin. It's a really good idea.

My question is how could it work with an express server or django server? I can't access to /carte-blanche because it's not in my list of urls (and it shouldn't be anyway)

Any ideas or it needs to be run on a pure webpack/client side app?

Thanks.

mxstbr commented 8 years ago

It should be working with express if you're using the express-hot-middleware! We haven't looked into Django at all, do you want to carry that torch and make it happen?