jedgar1mx / detroitmi_bs5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vartheme BS5

Base theme for Varbase standard websites. Based on Bootstrap 5 framework using SASS.

Installation

Uses Webpack to compile and bundle SASS and JS.

Step 1

Make sure you have Node and npm installed. You can read a guide on how to install node here: https://docs.npmjs.com/getting-started/installing-node

If you prefer to use Yarn instead of npm, install Yarn by following the guide here.

Step 2

Go to the root of the theme and run the following commands: npm install or yarn install.

Step 3

Update proxy in proxy.browsersync.js with the following options:

  • The domain name for the project. Example: 'http://exmaple.com'
  • Virtual domain. Example: 'http://varbase.local'
  • Localhost with path and docroot. Example: 'http://localhost/dev/PROJECT_NAME/docroot'

Step 4

Run the following command to compile Sass and watch for changes: npm run watch or yarn watch.

About


Languages

Language:JavaScript 48.5%Language:Twig 39.8%Language:SCSS 11.3%Language:CSS 0.4%