Crema Overview

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

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 MUIarrow-up-right based template with the nextjs arrow-up-rightand craarrow-up-right. This folder contains the following subfolders. Check out the demo herearrow-up-right.

  • 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 Ant Design arrow-up-rightbased template with the craarrow-up-right.This folder contains the following subfolders. Check out the demo herearrow-up-right.

  • 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 React bootstraparrow-up-right based template with the craarrow-up-right.This folder contains the following subfolders. Check out the demo herearrow-up-right

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

Last updated