Crema React
v-1
v-1
  • About Crema(CRA)
  • Product Overview
  • Folder Structure
  • Installation
    • Pre-Requisites
    • Installing Crema
  • Default Route
  • Customization
    • Template Style
    • Template Mode
    • Template and Sidebar Color
    • Tempate Direction
    • Navigation Style
    • Footer
    • Footer Type
    • Route Transition
  • Multi-Lingual Support
    • Changing Language
    • Adding New Language
  • Sidebar Menu
    • Adding New Menu
  • Route Protection
  • Loggedin User
  • Axios Setup
  • Package.json
  • GitHub Access
  • Slack Community
  • FAQ
  • CRA-SSR
    • About CRA+SSR
    • Installation
    • Folder Structure
    • Route Protection
    • Deploy to server
  • Next.js
    • About Next.JS
    • Installation
    • Folder Structure
    • Deploy to server
  • Next.Js + TypeScript
    • About Next.js + Typescript
    • Installation
    • Folder Structure
    • Deploy to server
  • CRA + TypeScript
    • About CRA + TypeScript
  • Tailwind CSS
    • About Tailwind CSS
  • Styled Component
    • About Styled Component
  • Servers
    • Python
    • Mongoose
    • Laravel
Powered by GitBook
On this page

Was this helpful?

Product Overview

Here we explained about crema's directory

Last updated 4 years ago

Was this helpful?

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 .

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.

cra-ssr