This boilerplate could help you start to with React Hooks, comes packed with webpack, hot reloading, lint, redux store configs.
Just a try to add global store for react hooks using redux store. Feel free to customize it to your needs.
To install dependencies
npm install
npm start
and open http://localhost:4000
To generate build run below
npm run build
To test the code qulity
npm run lint
Feel free to raise a PR. Happy Hooks..! :)