arthursvpb / hello-snorlax

This is a simple example using Handlebars, Gulp, SCSS and BEM Methodology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Snorlax

Running   |  Technologies

This repository is an educational guide to Gulp, an automation tool in web development that simplifies tasks like JavaScript minification, SASS compiling, and assets optimization. It demonstrates Gulp's integration with Handlebars for template management and SASS for efficient CSS preprocessing. Through a creative example featuring Snorlax, this project offers a practical understanding of using Gulp to optimize web development workflows.

A wild Snorlax appears and says 'hello' using these technologies.


Hello Snorlax


💻 Running

Requirements:

  • node >= 12
  • npm >= 6

1. Clone the application

git clone https://github.com/arthursvpb/hello-snorlax.git

2. Install dependencies & Run local dev server

npm i && npm run develop

3. Project is running at: http://localhost:3000/

✨ Technologies

About

This is a simple example using Handlebars, Gulp, SCSS and BEM Methodology.


Languages

Language:JavaScript 44.7%Language:SCSS 28.7%Language:Handlebars 26.6%