TodoMVC - Server side rendering - Isomorphic app run these commands into separate terminals: babel components-es6 --out-dir components -w (compile jsx components) webpack -w (compile bundle.js into public folder) node server (to start the server)