Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources: Frontend #7

Open
sammdu opened this issue Oct 24, 2021 · 0 comments
Open

Resources: Frontend #7

sammdu opened this issue Oct 24, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@sammdu
Copy link
Member

sammdu commented Oct 24, 2021

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
@sammdu sammdu added the documentation Improvements or additions to documentation label Oct 24, 2021
@sammdu sammdu pinned this issue Oct 24, 2021
@TLI-Group-1 TLI-Group-1 deleted a comment from CestMoi-RF Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant