Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.27 KB

Javascript for Web 2020-03

Course material and example project for the course JavaScript for Web, March 2020.

Tailwind: https://tailwindcss.com/

Session 1

JSON

DOM

Session 2

let and const

Template Literals

Fat Arrow Functions

Session 3

Web Server

  • VS Code:
    Extensions > Live Server > install
    index.html > Open with Live Server
  • Atom:
    Packages > Settings View > Install Packages / Themes > atom-live-server > install
    Packages > atom-live-server > Start server