This is a boilerplate with the methodology Atomic Design and using a few cool things, like Styled Components, Ant Design & Redux. Feel free to test, change & adapt everything.
$ git clone -b master git@github.com:wahyuandriyanto/react-atomic-design-boilerplate.git my-app
$ cd my-app
You will probably want to remove git history and start a brand new repository:
$ rm -rf .git
$ git init
yarn or npm install
yarn start or npm start