/trillo

Project created for advanced flexbox practice

Primary LanguageSCSS

Trillo Project

See application

This is a web page that covers the following items:

  • 7-1 Sass Architecture (Partial)
  • BEM Methodology for CSS
  • Best practices with Flexbox

Technologies used

  • HTML
  • SASS
  • Node

Cloning repository

In your terminal, run the command:

git clone git@github.com:victorcanto/trillo.git

or

git clone https://github.com/victorcanto/trillo.git

Installing Dependencies

At the root of each mfe, run the command:

npm install

or

yarn

Running the Application

At the root of each mfe, run the command:

  npm start

or

  yarn start