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.
 
 
 
 
 
Uma Das 6faff4f363
Frontend Build-Tools Module-Bundlers Typos-Fixed (#1797)
2 years ago
..
100-task-runners Add task runners resources (#1699) 2 years ago
101-module-bundlers Frontend Build-Tools Module-Bundlers Typos-Fixed (#1797) 2 years ago
102-linters-formatters Frontend pick a framework angular (#1799) 2 years ago
readme.md Adding Column-DBs content (#1323) 3 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!