Skip to content

selfishprimate/gerillass-play-webpack

Repository files navigation

Gerillass Play

Gerillass Play is a Webpack 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-webpack

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

After the installation, run the npm run gerillass command to power up the project.

_The page will be updated as soon as you save the files!

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!