Collaborating on Web Applications
- Updated2024-05-31
- 1 minute(s) read
Collaborating on Web Applications
Learn about tools that help your team streamline interactions with project files during software development.
Consider using one of the following tools when working on a project with a team
of developers.
These tools are designed to support developer efficiency and preserve the
integrity of your code base.
- Package Dependencies Document—Store a list of packages a project uses so you can set up a development system.
- Source Code Control—Back up and manage versions of your source files.
Related Information
- Sharing a Project and Including Package Dependencies
Use the Package Dependencies document to store a list of packages a project uses so you can set up a development system with the required packages.
- Recommendations for Developing a Project Stored in a Source Code Control Repository
Because graphical code interacts differently with source code control systems than text-based code does, follow NI's recommendations for developing a project stored in a source code control (SCC) repository.