mirror of
https://github.com/sern-handler/website
synced 2026-06-17 05:12:21 +00:00
604 B
604 B
title
| title |
|---|
| Choosing a package manager |
import GuideFeedback from "../../../../src/components/GuideFeedback";
A package manager is like a helper for your programs. It brings all the tools for your projects and makes sure they fit and work well together. It's like having someone organize things so you can work without problems.
The most used ones are:
For this tutorial, we'll be using NPM, to keep it simple.