This repo is get uptodate, with the latest packages. Although it may appear to be old, it's with the lastest React 18.x and webpack 5.x
Boiler plate React project Typescript, React Router, Storybook and Css modules enabled.
yarn or npm install At the time of this push, Storybook 7 just came out. There are numerous issues getting it to run, in a windows environment at least.
try running yarn storybook. If it works, great. If not, run the following command. It will ensure that missing binaries are installed and will run any necessary updates in your package.json. npx storybook@next automigrate
yarn run start or npm run start