diff --git a/content/roadmaps/100-frontend/content/110-build-tools/readme.md b/content/roadmaps/100-frontend/content/110-build-tools/readme.md index 738c46d80..bab731b2f 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/readme.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/readme.md @@ -2,4 +2,9 @@ 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! \ No newline at end of file +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