You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

534 B

Developer Kit Day1

Developer Kit : Frontend

Focus

  • HTML
  • CSS
  • Javascript

Tools

  • Visual Studio Code
    • Ubuntu 20.04
    // to install from Snap store
    $ sudo snap install --classic code
    
    // to run vscode
    $ code .
    
  • NodeJS

Visual Studio Code Extension

  • Live Server
  • Debugger for Chrome

Debugger