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 two zip files.
- Crema 4.xI. MUI:- In this folder, you will get the MUI-based template powered by nx monorepo. this will support all three state management lib(redux, redux-toolkit, and Context APIs)
- 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(Available in Jan 2023)
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, redux-toolkit, and Context APIs)- 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(Available in Jan-Feb 2023)
- 4.crema-antd-next-ts-4.x: This app is based on the Next.js built with TypeScript(Available in Jan-Feb 2023)
- 1.source-context: In this folder, you will get the source code of CRA version purely context API based.
- 2.nextjs-context: In this folder, you will get the source code of next-js version purely context API based.
- 3.source: In this folder, you will get the source code of CRA version.
- 4.source-ts: In this folder, you will get the TypeScript code of CRA version.
- 5.nextjs: In this folder, you will get the source code of next-js version.
- 6.nextjs-ts: In this branch, you will get the TypeScript code of next-js version.
- 7.starter-kit-source-ts: In this folder, you will get the TypeScript starter-kit of CRA version.
- 8.starter-kit-source: In this folder, you will get the starter-kit of CRA version.
- 9.starter-kit-nextjs: In this folder, you will get the starter-kit of next-js version.
II. ANT:- In this folder, you will get the Ant Design based template with the cra.This folder contains the following subfolders. Check out the demo here.- 1.source-styled: In this folder, you will get the source code with antd 5 +Context API.
- 2.source: In this folder, you will get the source code.
- 3.starter-kit-source: In this folder, you will get the starter-kit.
3. BS5:- In this folder, you will get the React bootstrap based template with the cra.This folder contains the following subfolders. Check out the demo here- 1.
4. servers:- In this directory, you will find the following backend servers, These sever have auth APIs .- 1.Mongoose
- 2.Laravel
- 3.Python
5. build:- this folder contains the offline demo of Crema MUI. You can check this by using the following commandsyarn global add serveserve -s build
Last modified 7d ago