1.0.1 • Published 8 months ago

dk-next v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

DK NEXT

Package for nextjs

Directory structure:

  • public: This directory contains all the images or css for the package.
  • src: This directory contains everything that needs to be done in this package.
  • src/components: This directory contains all the necessary components to work on.
  • src/components/client: This directory contains all the components needed for the client section.
  • src/components/server: This directory contains all the components needed for the server section.
  • src/configs: This directory contains all the configurations for this package.
  • src/docs: This directory will contain all the instructions/guidelines for this package.
  • src/hooks: This directory contains all the hooks for this package.
  • src/test: This directory contains all the code for testing this package.
  • src/utils: This directory contains all the additional libraries or custom functions written for this package.