Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 653 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 653 Bytes

front-end-fundamentals

Overview

  1. Core Front End Languages
    • HTML
    • CSS
    • JavaScript
  2. General Front End Topics
    • Accessibility
    • Internationalization
    • Internet
    • Performance
    • REST
    • Search Engine Optimization
    • Security
    • Testing

Getting Started

Grunt grunt-contrib-sass is used to compile Sass into CSS. Note that this library depends on both Ruby and Sass.

Check Ruby & Sass:

ruby --version
sass --version

Install npm packages:

npm install

Dynamically compile Sass changes:

grunt watch