Introduction

Introduction

Hello, I hope you find this template useful. AppStack has been crafted on top of Bootstrap 4 and uses modern web technologies such as HTML5, CSS3 and jQuery. The included docs don't replace the official ones, but provide a clear view of all extended styles and new components that this template provides on top of Bootstrap 4.

The docs includes information to understand how the theme is organized, how to make changes to the source code, and how to compile and extend it to fit your needs.

We care about our customers, so in case you have any questions or feedback, please don't hesistate to reach out via email or by filling out our contact form on our website.

Getting Started
Contents

Inside the zip-file you'll find the following directories and files. Both compiled and minified distrubution files, as well as the source files are included in the package.

theme/
  ├── .babelrc
  ├── .gitignore
  ├── package.json
  ├── postcss.config.js
  ├── webpack.config.js
  ├── README.md
  ├── docs/
  ├── src/
  │   ├── css/
  │   │   ├── 1-variables/
  │   │   ├── 2-mixins/
  │   │   ├── 3-components/
  │   │   ├── 4-utilities/
  │   │   ├── 5-vendor/
  │   │   ├── _app.scss
  │   │   ├── classic.scss
  │   │   ├── corporate.scss
  │   │   └── modern.scss
  │   ├── js/
  │   │   ├── modules/
  │   │   ├── vendor/
  │   │   ├── app.js
  │   │   └── settings.js
  │   │── fonts/
  │   └── img/
  └── dist/
      ├── css/
      │   ├── classic.css
      │   ├── corporate.css
      │   └── modern.css
      ├── js/
      │   ├── app.js
      │   └── settings.js
      ├── img/
      └── fonts/