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.
 
 
 
 
 
Adekola Olawale 0effd71366
Add content to frontend roadmap (#2709)
2 years ago
..
100-task-runners Add task runners resources (#1699) 2 years ago
101-module-bundlers Add content to frontend roadmap (#2709) 2 years ago
102-linters-formatters Added prettier content (#2256) 2 years ago
readme.md Added some build tools (#2439) 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!

Free Content webpack is a static module bundler for modern JavaScript applications Vite Next Generation Frontend Tooling Parcel is a zero configuration build tool for the web