Product Overview

Here we explained about crema's directory

Upon downloading the zip folder from the ThemeForest, you will get the following content:- All folders have a readme.md file. this file contains all information about how to start that particular project

1. source

It contains the source code of the template. This is purely bases on CRA based template.

2. crema-ant

It contains the source code of the template based on the Ant Design . This is purely bases on CRA+craco-less template. (Document is coming soon...)

3. source-ts

In this folder, you will get CRA based template of the Crema with TypeScript.

4. build

It contains the offline demo of Crama. You can check this by using the following commands

yarn global add serve
serve -s build

5. starter-template

This can be used as the starting point of a new project. This is the ideal place to kickstart the project with all the necessary settings already done. It is based on CRA

6. starter-template-ts

This can be used as the starting point of a new project. This is the ideal place to kickstart the project with all the necessary settings already done. It is based on CRA with typescript

7. Nextjs

In this folder, you will get Next.js based template of the Crema.

8. starter-template-nextjs

In this folder, you will get Next.js based starter-template of the Crema.

9. starter-template-context-api

In this folder, you will get CRA based starter template of the Crema with the context API(without redux).

10.starter-template-context-api-ts

In this folder, you will get CRA based starter template of the Crema with TypeScript and Context API(without redux).

11.starter-template-context-apits-auth0

In this folder, you will get CRA based starter template of the Crema with TypeScript+Auth-0 and Context API(without redux).

12. nextjs-ts

In this folder, you will get a Typescript-based Next.js template of the Crema.

13. servers

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

  • Mongoose

  • Laravel

  • Python

14. Readme

It is the pdf of the online documentation of the template.

Last updated