Skip to content
/ gads Public

Implementing what I learned on GADS 2020 in one project

Notifications You must be signed in to change notification settings

ekaranjaa/gads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GADS 2020

A project I created during the learning phase of GADS 2020

Screenshot

Project setup

Run npm i to install all npm packages In vscode, install the following extensions

live sass compiler live server

use the following configs for live sass compiler

"liveSassCompile.settings.generateMap": false
"liveSassCompile.settings.formats": [
    {
      "format": "expanded",
      "extensionName": ".css",
      "savePath": "/css"
    }
  ]

About

Implementing what I learned on GADS 2020 in one project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published