Node Version use V6
git clone
cd kindle_web_react
npm install
npm start
open http://localhost:3000
if you run in local, please change index.html file
<script src="/dist/bundle.js"></script>to
<script src="/static/bundle.js"></script>#Thank init Package from https://github.com/gaearon/react-transform-boilerplate