Folder Structure

Once you download the template from the theme selling platform, you will find the below folder structure in the package

Theme Files Contains:

Hulk (redux-thunk)

Redux Thunk middleware allows you to write action creators that return a function instead of an action. The thunk can be used to delay the dispatch of action or to dispatch only if a certain condition is met. The inner function receives the store methods dispatch and getState as parameters.

Brief Explanation about Folder Structure:
build:

The distribution (production) version of Hulk.

documentation:

The online documentation link of Hulk that you reading right now.

README.md:

It has some helpful steps to start the project.

Seed:

It contains the seed version of Hulk– ReactJS Redux Material Design Admin Template.

Main Theme File Structure

It contains the development version of the Hulk Admin Template. The main theme that you see on the demo URL.

File Structure

The folder contains lots of subfolders and files. For more information check out the following:

├── build                  # The distribution (production) version of hulk
├── hulk-redux-thunk  # Contains the development version of Hulk Material Admin Template with Redux Thunk.
    ├── public         # Public / Contains index.html
    ├── src            # Source Directory
            ├── actions        # Include All Redux Actions
            ├── assets         # Static assets, styles, icons, etc...
            ├── components     # App Components
            ├── constants      # Contains App Settings
            ├── container      # Include App Layouts
            ├── firebase       # Include Firebase Config
            ├── helpers        # Include Helpers
            ├── lang           # Include App Locales
            ├── lib            # Include App All Css Files
            ├── reducers       # Include App Reducers
            ├── routes         # Include App Routes Modules
            ├── services       # Include Routes of the Components
            ├── store          # Stores the Data
            ├── themes         # app themes to change the color of template
            ├── util           # Include Utility Components
            ├── index.js       # App Entry File
            ├── App.js         # App Container Wrapper
    ├── package.json          # package.json
    ├── package-lock.json     # package-lock.json
    ├── README.md             # README.md
    ├── .babelrc              # babel
    ├── .gitignore            # gitignore
    ├── webpack.config.js     # Webpack Config
├── seed                # Contains the seed version of Hulk Material Admin Template.
   ├── hulk(redux-thunk)         # Contains the seed version of Hulk Material Admin Template with Redux Thunk.
├── documentation.html            # Contains the documentation of Hulk Material Admin Template.

Last Updated 4 years ago
Generic selectors
Exact matches only
Search in title
Search in content
Search in posts
Search in pages