/nexter

Project created for advanced css grid practice

Primary LanguageHTML

Nexter 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 CSS Grid

Technologies used

  • HTML
  • SASS
  • Node

Cloning repository

In your terminal, run the command:

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

or

git clone https://github.com/victorcanto/nexter.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