Folder Structure

Display all contents of folder theme.

When you unpack downloaded archive from ThemeForest.net you'll get folder containing 2 folders.

  1. Documentation - Documentation for MaiSonCo HTML site template

  2. THEME - MaiSonCo Main Folder

React Folder Structure

  • config

  • node_modules

  • public

    • index.html

    • api

    • assets

  • scripts

  • src

    • Action

    • api

    • components //Contails all Components

    • constants

    • lib

    • reducers

    • services

    • store

    • index.js

    • index.scss

  • package.json

  • package-lock.json

Last updated