Crema React
v-4 Nextjs
v-4 Nextjs
  • About Crema Next.js
  • Overview
    • Crema Next.js Overview
    • Folder Structure
      • @crema
      • app
      • assets
      • modules
      • style
    • Package.json
    • GitHub Access
    • Slack Community
    • Figma File
  • Decelopment
    • Installation
    • Route Management
    • Auth User
    • Authentication Methods
    • Axios Config
      • APIs Calling
    • Multilingual
  • MUI
    • Theme Color
    • Sidebar Configuration
    • Navigation Style
    • Footer Configuration
    • Template Direction
    • Template Mode
  • FAQ
  • ANTD
    • About Crema Ant
    • Style Framework
  • Crema V-3 Doc
  • Servers
    • Python
    • Laravel
    • Mongoose
  • Credits
Powered by GitBook
On this page

Was this helpful?

  1. Overview
  2. Folder Structure

@crema

Crema is the main directory of the Crema Template

Last updated 1 year ago

Was this helpful?

@crema in the base directory of the template. In the @crema directory, you will get the following sub-directory.

  • components: It contains all the general and common components that are used throughout the template.

  • constants: It contains app Constants

  • context: It contains app-level Context

  • core: It contains AuthProvider, AppRoutes Configuration and it's settings

  • helpers: It contains app helpers

  • hooks: It contains app Hooks

  • mockapi: It contains the app's MockApis and fake db for the APIs

  • services: It contains localization and authentication service and mock API config.

@crema folder overview