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?