Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Anderson Scouto da Silva (Dan) adb1177088
Add task runners resources (#1699)
2 years ago
..
100-task-runners Add task runners resources (#1699) 2 years ago
101-module-bundlers Add content for module bundlers 2 years ago
102-linters-formatters Resources added for Linters formatters (#1261) 3 years ago
readme.md Adding Column-DBs content (#1323) 2 years ago

readme.md

Build Tools

Task runners automatically execute commands and carry out processes behind the scenes. This helps automate your workflow by performing mundane, repetitive tasks that you would otherwise waste an egregious amount of time repeating yourself.

Common usages of task runners include numerous development tasks such as: spinning up development servers, compiling code (ex. SCSS to CSS), running linters, serving files up from a local port on your computer, and many more!