Posts matching npm

2 results


Using npm as a build system for your next project

npmTooling

npm is a Node.js’ dependency management system. It provides a script object in a project’s package.json configuration which can hold several CLI scripts. It is possible to run those via your command line. This way it is possible to replace your current build system. This article covers more about how you replace different tasks of a typical front-end build workflow.

Read this Article