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. build

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

yarn global add serve
serve -s build

3. starter-template ( with Laravel-server)

This can be used as the starting point of a new project. It is integrated with jwt-auth with Laravel-server APIs for authentication. This is the ideal place to kickstart the project with all the necessary settings already done. It is based on CRA

4. starter-template-aws

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

5. starter-template-firebase

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

6. starter-template-auth0

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

7. cra-ssr-starter-template

This can be used as the starting point of the new project with CRA + SSR. It is integrated with firebase for authentication. This is starter kit is purely based on cra-ssr.

8. nextjs

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

9. nextjs-typescript

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

10. source-ts

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

11. tailwind-css

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

12. styled-component

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

13. servers

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

  • Mongoose

  • Laravel

  • Python

14. document

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

Last updated