Skip to content

Resources: Frontend #7

@sammdu

Description

@sammdu

Learning HTML & CSS

You don't need to install the specific text editor each tutorial recommends. Just pick one editor that you like or is already using, and stick with it.

Learning CSS Flexbox

Flexbox is the most important layout feature in CSS so really pay attention.
Also don't worry about CSS Grid. Anything that can be done with Grid can be done with Flexbox. We'll only be using Flexbox.

Learning JavaScript

If any of these ask you to install node or Node.js, DO NOT. You don't need it. Skip that part.

Mustache.js: HTML Templating

Useful Resources

  • Start a simple HTTP server with Python3
    • Run the command below in a folder to start a simple HTTP server in that folder.
    • For Windows:
    python3 -m http.server 80 --bind 0.0.0.0
    
    • For MacOS and Linux:
    sudo python3 -m http.server 80 --bind 0.0.0.0
    
  • Advanced REST Client

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions