Learning web development: Installing npm packages and bundling

In this chapter we develop a small web app in the same way that large professional web apps are developed:

We use libraries that we install via npm.
We write tests for some of the functionality.
We combine all JavaScript code into a single file before…


This content originally appeared on 2ality – JavaScript and more and was authored by Dr. Axel Rauschmayer

In this chapter we develop a small web app in the same way that large professional web apps are developed:

  • We use libraries that we install via npm.
  • We write tests for some of the functionality.
  • We combine all JavaScript code into a single file before we serve the web app. That is called bundling. (Why we do that it explained later.)


This content originally appeared on 2ality – JavaScript and more and was authored by Dr. Axel Rauschmayer


Print Share Comment Cite Upload Translate Updates
APA

Dr. Axel Rauschmayer | Sciencx (2025-09-07T00:00:00+00:00) Learning web development: Installing npm packages and bundling. Retrieved from https://www.scien.cx/2025/09/07/learning-web-development-installing-npm-packages-and-bundling/

MLA
" » Learning web development: Installing npm packages and bundling." Dr. Axel Rauschmayer | Sciencx - Sunday September 7, 2025, https://www.scien.cx/2025/09/07/learning-web-development-installing-npm-packages-and-bundling/
HARVARD
Dr. Axel Rauschmayer | Sciencx Sunday September 7, 2025 » Learning web development: Installing npm packages and bundling., viewed ,<https://www.scien.cx/2025/09/07/learning-web-development-installing-npm-packages-and-bundling/>
VANCOUVER
Dr. Axel Rauschmayer | Sciencx - » Learning web development: Installing npm packages and bundling. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/09/07/learning-web-development-installing-npm-packages-and-bundling/
CHICAGO
" » Learning web development: Installing npm packages and bundling." Dr. Axel Rauschmayer | Sciencx - Accessed . https://www.scien.cx/2025/09/07/learning-web-development-installing-npm-packages-and-bundling/
IEEE
" » Learning web development: Installing npm packages and bundling." Dr. Axel Rauschmayer | Sciencx [Online]. Available: https://www.scien.cx/2025/09/07/learning-web-development-installing-npm-packages-and-bundling/. [Accessed: ]
rf:citation
» Learning web development: Installing npm packages and bundling | Dr. Axel Rauschmayer | Sciencx | https://www.scien.cx/2025/09/07/learning-web-development-installing-npm-packages-and-bundling/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.