Getting Started

🙏 Thank you for purchasing 🙏
Reintive - Agency Business Responsive Bootstrap 5 Landing Page Template.

Reintive is a fully featured premium Landing Page template built on top of awesome Bootstrap 5.3.3. It's crafted using modern web technologies HTML5, CSS3, SASS and jQuery. The template includes beautiful dashboard, many ready to use hand crafted components, UI elements, widgets, pages, etc. The components could be used very easily on any page. The template is fully responsive and customizable. Reintive helps you to create your next Bootstrap even faster then before. It can be used to create a Saas based interfase, administrator dashboard or anything you want to build on the web. Reintive helps your team moving faster and saving development costs.

Extract the zip file you received after purchase and you would find the exact below files and folders:

├── html
    ├── src directory
        ├── assets
            ├── fonts
            ├── images
            ├── js
            └── scss
                ├── custom
                ├── _variables.scss
                ├── _variables-dark.scss
                ├── app.scss
                ├── bootstrap.scss
                └── helper.scss
        ├── partials
            ├── affordable-price.html
            ├── awesome-elements.html
            ├── back-to-top.html
            ├── body.html
            ├── counter.html
            ├── faq.html
            ├── footer.html
            ├── get-in-touch.html
            ├── have-any-project.html
            ├── head-css.html
            ├── header.html
            ├── hero-background-video.html
            ├── hero-backslide-text-rotate.html
            ├── hero-dark-home.html
            ├── hero-full-screen-image.html
            ├── hero-half-screen.html
            ├── hero-home-subcribe.html
            ├── hero-light-home.html
            ├── hero-particals-background.html
            ├── hero-registration-form.html
            ├── hero-slider.html
            ├── hero-text-rotate.html
            ├── hiring.html
            ├── latest-news.html
            ├── main.html
            ├── our-awesome-team.html
            ├── our-portfolio.html
            ├── our-skills.html
            ├── partner-slider.html
            ├── pre-loader.html
            ├── services.html
            ├── testimonial.html
            ├── title-meta.html
            ├── vendor-scripts.html
            ├── video-presentation.html
            ├── what-comes-with-this-template.html
            └── why-people-choose-us.html
        └── all html pages
        └── contact.php
    ├── gulpfile.js
    ├── package.json
    └── yarn.lock
                                        

You can boost your development with Reintive on:

  • Bootstrap
  • Gulp
  • Yarn
  • SASS
  • Chrome (Windows, Mac, Linux)
  • Firefox (Windows, Mac, Linux)
  • Safari (Mac)
  • Microsoft Edge
  • And other WebKit browsers

Setup

We are using gulp which allows to have complete automatation for build flow. In case if you don't know - Gulp is a gulp is a toolkit for automating painful or time-consuming tasks in development workflow, so you can stop messing around and build something. You can read it more about it here.

Please follow below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have Node.js installed & running on your computer. If you already have installed Node on your computer, you can skip this step if your existing node version is greater than 18. We suggest you to use LTS version of Node.js.

  • Yarn

    Make sure to have the Yarn installed & running on your computer. If you already have installed Yarn on your computer, you can skip this step. We suggest you use Yarn instead of NPM.

  • Gulp

    Make sure to have the Gulp installed & running on your computer. If you already have installed gulp on run command npm install -g gulp from your terminal.

  • Git

    Make sure to have Git installed globally & running on your computer. If you already have installed git on your computer, you can skip this step.

After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory of the project to run the project locally or build for production use:

To setup Template, follow below mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running in your computer

After you finished with above steps, you can run the following commands to run project locally or build for production use:

Command Description
yarn install This would install all the required dependencies in the node_modules folder.
gulp Runs the project locally, starts the development server and watches for any changes in your code, including your HTML, javascript, sass, etc. The development server is accessible at http://localhost:3000.
gulp build Generates a /dist directory with all the production files.
SCSS: We suggest you do not change any scss files from the assets/scss/custom folders because getting new updates will break your SCSS changes if any you have made. We strongly suggest you use a custom.scss file and use that instead of overwriting any template's custom scss files.

Credits / Plugins

We extend our heartfelt gratitude to the ingenious creators behind the exceptional products and plugins that serve as alternatives in the Reintive project.

Support

Once again thank you for your purchase. We'll be happy to answer the the questions you have related to the template. In case if you have any suggestion or feature, request please feel free to contact us, We'll try to implement it and will release as part of future updates.

Thanks for purchasing template and for supporting our work. If we fail here in this documentation, please e-mail us imbulltheme@gmail.com. If you have a spare time, please go and rate my template. We will appreciate that.

Stay Awesome!

- BullTheme

Changelog

v1.1.0 - 11 May 2024

  • Updated Bootstrap version to v5.3.3.
  • Fixed design issue
  • Fixed minor issues.

v1.0.0 - 20 May 2018

  • Initial released