Jul 25, 2017 · 1 min read
Thanks for sharing the starter project and the write up about the project. I checked the starter repo. It is really helpful in building react based web application. I have one doubt. Instead of using express wrapper of server, you used pure node.js http web server. Any reasoning behind not choosing express js wrapper.
var app = express();
app.listen(3000);