minimal-react-app A template for minimal Express app with Babel, Webpack and React. Development For development, run npm install npm start npm run watch then go to http://localhost:8080/ Srouce code structure Client side React code lives in src/client/ and server side code lives in src/server.