git clone https://github.com/v1/repos/autobots
npx create-react-app autobots
cd autobots
https://storybook.js.org/
npx -p @storybook/cli sb init
https://react-styleguidist.js.org/docs/getting-started.html
npm install --save-dev webpack react-styleguidist
npm install source-map-explorer
...
"script": {
...
"analyze": "source-map-explorer build/static/js/main.*",
...
}
npm run build
npm run analyze
HTTPS=true npm start