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.
 
 
 
 
 
Lorenzo Bloedow c673672cdc
Add content for module bundlers
3 years ago
..
100-task-runners Resources added for NPM Scripts (#1012) 3 years ago
101-module-bundlers Add content for module bundlers 3 years ago
102-linters-formatters Resources added for Linters formatters (#1261) 3 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!