Skip to content

VITObelgium/Drupal_theme_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDAS Drupal Theme Boiler plate

Usage

Prerequisites

Make sure you're using the correct version of Node.js (v24) and have NPM installed and preferably yarn as well.

Install dependencies

Run the following command to install the required dependencies:

yarn i

or if you can't use yarn for some reason:

npm i

Building the theme

To build the theme for production, run:

yarn build

or

npm run build

This will compile the SCSS and JS files, as well as the HTML files and output them to the dist directory. It will also include other files mentioned in the templates such as images or fonts in the css files.

Development

To start the development server with live reloading, run:

yarn dev

or

npm run dev

This will watch for changes in your SCSS and JS files and automatically reload the browser.

About

A boilerplate for external front-end delivery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •