lab-brussels-1 / home

Home repository for Lab Brussels 1.
https://lab-brussels-1.github.io/home
MIT License
4 stars 5 forks source link

swapna: Workflows, 2 weeks #122

Open SWAPNACHEMBOTH opened 2 years ago

SWAPNACHEMBOTH commented 2 years ago

Learning Objectives

Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more) 🥚 0. Local Development Without Git Practice the foundational workflows of software development by learning to write Markdown locally on your own computer using Visual Studio Code (VSCode), the Command Line Interface (CLI), and NPM scripts to automate your code's quality (formatting, linting and spell checking).

🥚 Command Line Interface (CLI): In a Unix shell you can ...

🥚 VSCode: You can complete these workflows in VScode, and can use keyboard shortcuts to complete them all:

🥚 NPM: You can use NPM commands to verify your code's quality, this includes ...