It uses plop to create a consistent component folder structuure
Scripts available
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"plop": "plop",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},