Install: npm install
Add 127.0.0.1 react.local to hosts file
Start webpack dev server http://react.local:9090: npm run dev
Build: npm run deploy
For production mode add main css file in index.html head <link rel="stylesheet" href="/assets/bundle.css">