Crema React
v-4 nx
v-4 nx
  • About Crema Nx
  • Overview
    • Crema Overview
    • Dependency Graph
    • Folder Structure
      • apps
        • source
        • source-e2e
      • libs
        • components
        • constants
        • context
        • helpers
        • hooks
        • mockapi
        • modules
        • services
    • Package.json
      • MUI+CRA
      • MUI+Next.js
      • MUI+CRA+TS
      • MUI+Next.js+TS
      • Antd+CRA
      • Antd+Next.js
      • Antd+CRA+TS
      • Antd+Next.js+TS
    • GitHub Access
    • Slack Community
    • Figma File
  • Decelopment
    • Installation
    • Route Management
    • Auth User
    • Authentication Methods
    • API Calls
    • 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

Crema Overview

Crema is available in the Next js and CRA(create-react-app). Crema is also available in both Typescript and Javascript

Last updated 1 year ago

Was this helpful?

When you get the Crema template from Themeforest, you will get a zip folder from Themeforest. Upon extracting the content of the zip folder, you will get the following two zip files.

  • Crema 4.x

    I. MUI:- In this folder, you will get the MUI-based template powered by nx monorepo. this will support all three state management lib(redux-toolkit, and Context APIs). You can checkout the demo

    1. crema-mui-4.x: This app is based on the CRA based built with JavaScript

    2. crema-mui-next-4.x: This app is based on the Next.js built with JavaScript

    3. crema-mui-ts-4.x: This app is based on the CRA based built with TypeScript.

    4. crema-mui-next-ts-4.x: This app is based on the Next.js built with JavaScript

    II. Antd:- In this folder, you will get the Antd-based template powered by nx monorepo. this will support all three state management lib(redux-toolkit, and Context APIs). You can checkout the demo

    1. crema-antd-4.x: This app is based on the CRA based built with JavaScript

    2. crema-antd-next-4.x: This app is based on the Next.js built with JavaScript

    3. crema-antd-ts-4.x: This app is based on the CRA based built with TypeScript

    4. crema-antd-next-ts-4.x: This app is based on the Next.js built with TypeScript

  • servers:- In this directory, you will find the following backend servers, These sever have auth APIs .

We have the MUI and Antd Design's default components in the CRA+JS Apps, in other apps you can refer to the components from their page directly

here
here
Mongoose
Laravel
Python