didierfranc / redux-react-starter

DEPRECATED use the new https://github.com/didierfranc/react-webpack-4
MIT License
134 stars 35 forks source link

Question: Backend server #4

Closed homam closed 7 years ago

homam commented 7 years ago

I guess it is a general question about best practices:

There's a reference to a backend API server in urls.js. Where is the code for this server?

Do you think that this starter kit should also show-case handling of booth backend and front-end code in the same repo? Particularly in production, because of the payment model of services like Heroku.

didierfranc commented 7 years ago

The backend used for the live example is very simple. It's just some lines of javascript : express + jsonwebtoken. I'll make it clean enough to share it (probably a gist to let this repo pure client oriented). If you're hurry take a look here ;)