Closed kevinSuttle closed 8 years ago
Which server are you using? Express.js?
Webpack dev server, which uses Express under the hood. https://github.com/webpack/webpack-dev-server/blob/master/package.json#L12
Wait, are you running the examples of this repo?
Yeah...
npm run example:directoryname
runs the examples, e.g. npm run example:dev
.
What kind of docs do you expect for the examples?
What you just posted is a great start. :)
They're mostly meant for us maintainers to help develop for different setups! They mostly aren't very exciting :grin:
Fair enough. It's just hard to know how to get CB set up and running on a given server.
Shouldn't be much more difficult than
new CarteBlanche({
componentRoot
});
in your webpack configuration. If it doesn't work with a specific server setup please submit an issue for that!
e.g. There are no docs for running the server other than
Webpack dev server gives me
cannot Get /carte-blanche