Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.12 KB

Sass example

This repo contains a Sass example based on Gulp. In terms of Sass syntax, it is not the best way to implement it. It is uploaded only for education purposes. Check the video below.

Check the full explanation video (GR)

Sass αντί για CSS #74, live

Installation

Requirements

Run

Run in root folder,

cp .env.example .env
docker-compose build && docker-compose up -d

Start Sass watch,

docker-compose run tools bash
npm install
gulp

Check http://127.0.0.1/ on your browser

Check files on /data/www/public/theme/sass/* on your editor of choice.

Exit the container,

exit

To stop it, go to root folder and type,

docker-compose down

By SocialNerds