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
- 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 based template with the cra.This folder contains the following subfolders. Check out the demo here.
- 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 bootstrap based template with the cra.This folder contains the following subfolders. Check out the demo here
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
Last modified 5mo ago