selfishprimate / gerillass-play-gulp

A Gulp based playground, that comes with all the packages and configurations that you’ll need to work with Sass and Gerillass. [You can try it on Sandbox]

Home Page:https://codesandbox.io/p/github/selfishprimate/gerillass-play-gulp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gerillass Play

Gerillass Play is a Gulp based playground, built for you to get started with Sass and Gerillass quickly.

Requirements

How to install Gerillass Play?

Cloning the repository:

git clone https://github.com/selfishprimate/gerillass-play-gulp

Go into the project folder and run yarn install command to install all the dependencies that the project needs.

After the installation, run the gulp start command to power up the project.

The page will be updated as soon as you save the files! Thanks to Gulp and BrowserSync.

Usage

Open the index.html file under the src folder, remove the current HTML code here, and replace it with yours.

Then open the styles.scss file under the src/assets/scss folder and scroll down till you see the comment I left for you:

/* Write your styles here! */

You can write your style rules here!

Well, that's it!

About

A Gulp based playground, that comes with all the packages and configurations that you’ll need to work with Sass and Gerillass. [You can try it on Sandbox]

https://codesandbox.io/p/github/selfishprimate/gerillass-play-gulp/


Languages

Language:CSS 59.5%Language:JavaScript 17.6%Language:HTML 12.0%Language:SCSS 10.9%