React Boilerlate Lite is a minimal boilerplate for modern React apps build on webpack 4 with hot reloading support. It's not opinionated on any state management library or testing framework. Develop and deploy without pain using tools you want.
Working with Heroku/Dokku out of the box.
git clone --depth 1 https://github.com/MichalZalecki/react-boilerplate-lite project
cd project
cp .env-example .env
npm install
npm start # start server
npm run start:dashboard # start server using webpack-dashboard
npm run build # production build (remember to build with NODE_ENV=production)