Crema React
v-3
v-3
  • About Crema
  • Crema 4.x (Next version)
  • Overview
    • Crema Overview
    • Folder Structure
      • @crema
      • page
      • redux
      • shared
      • types
    • GitHub Access
    • Slack Community
    • Figma File
  • Development
    • Installation
      • Pre-Requisites
      • Installing Crema
    • Route Overview
    • Add New Route
    • Auth User
    • Authentication Methods
    • API Calls
    • Multilingual
      • Adding New Language
      • Changing Language
    • Style Framework
  • MUI
    • Theme Color
    • Sidebar Configuration
      • Adding New Menu
      • Menu Color Theme
    • Navigation Style
    • Footer Configuration
      • Footer
      • Footer Type
    • Template Mode
    • Template Direction
  • Next-Js
    • About Next.JS
    • Folder Structure
    • Installing Next jS
    • Authentication
    • Add New Route
    • Deploy to server
  • FAQ
  • React Bootstrap
    • About React-Bootstrap
    • Styled Framework
    • RTL
    • Dark Theme
  • ANT Design
    • About Crema Ant
    • Style Framework
  • Servers
    • Python
    • Laravel
    • Mongoose
  • Credits
  • Crema V-2
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 2 years 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 content in Crema 3.x.x

1. MUI :- In this folder, you will get the based template with the and . This folder contains the following subfolders. Check out the demo .

  • source-context: In this folder, you will get the source code of CRA version purely context API based.

  • nextjs-context: In this folder, you will get the source code of next-js version purely context API based.

  • source: In this folder, you will get the source code of CRA version.

  • source-ts: In this folder, you will get the TypeScript code of CRA version.

  • nextjs: In this folder, you will get the source code of next-js version.

  • nextjs-ts: In this branch, you will get the TypeScript code of next-js version.

  • starter-kit-source-ts: In this folder, you will get the TypeScript starter-kit of CRA version.

  • starter-kit-source: In this folder, you will get the starter-kit of CRA version.

  • starter-kit-nextjs: In this folder, you will get the starter-kit of next-js version.

2. ANT:- In this folder, you will get the based template with the .This folder contains the following subfolders. Check out the demo .

  • source-styled: In this folder, you will get the source code with antd 5 +Context API.

  • source: In this folder, you will get the source code.

  • starter-kit-source: In this folder, you will get the starter-kit.

3. BS5:- In this folder, you will get the based template with the .This folder contains the following subfolders. Check out the demo

  • source: In this folder, you will get the source code, here is the

4. servers:- In this directory, you will found the following backend servers, These sever has auth APIs .

  • Mongoose

  • Laravel

  • Python

5. build:- this folder contains the offline demo of Crema MUI. You can check this by using the following commands

yarn global add serve
serve -s build
MUI
nextjs
cra
here
Ant Design
cra
here
React bootstrap
cra
here
demo