Minimal React application using NPM, Bootstrap, Redux and Webpack.
Try it online:
http://basic-react-app.herokuapp.com
Try it locally:
git clone https://github.com/hugolima/basic-react-app.git
cd basic-react-app/
npm install
npm run build-dev
npm start
Watch-mode (development):
npm run start-dev