This react demo is built on the top of my customized React boilerplate with Storybook.
The boilerplate repo is available here.
If you want to build something simpler from scratch, you can follow the README to build your own app step by step.
Demo The demo is just a proof of concept. It doesn't have back-end API and all features of master branch.
# Clone project
git clone https://github.com/harryho/react-demo.git
# install the packages with npm
cd react-demo
# development
yarn dev
# build
yarn build