This is a simple boiler plate project that sets up a base project for anyone who wants to use it. It has the basic webpack config and react setup.
The idea is it can grow from here.
Currently This config is development only, if you want to configure it for production feel free to add your own.
Simply fork and clone this repository and run.
npm install
npm run dev