https://reactjs.org/ https://github.com/facebook/create-react-app npx (npx comes with npm 5.2+ and higher, see instructions for older npm versions) # npx & react-redux-app $ npx create-react-app rra $ cd rra & npm start # OR $ cd rra && yarn star...