Project Structure
Here is the current repository structure :
│ .storybook # storybook configuration files
│ api # the strapi project
│ components # the react components
| |
| └─── cards
| └─── forms
| └─── grids
| └─── inputs
| └─── layouts
| └─── stories # storybook stories
| └─── ... # rest of the componenents
│ hocs # higher order components
│ pages # next.js pages
| providers # providers and context definitions
| public # public assets for the next.js front-end
| services # tools to access APIs
| styles # styling related files
| utils # helper function and hooks
Last updated
Was this helpful?