Intro to node and npm

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • semver

    Semantic Versioning Specification

  • Package versions should follow SemVer. Example number is 1.2.3 (major.minor.patch). You should increase major number when introducing breaking changes (anything that could break apps using your package). Minor number should be used when adding new features without breaking existing functionality. Patch number is used for small bugfixes that do not break logic nor add new features.

  • Visual Studio Code

    Visual Studio Code

  • Free one and providing very similar experience: https://code.visualstudio.com/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Atom

    Discontinued :atom: The hackable text editor

  • There are many other IDE's available (ex. https://atom.io/ which is written using node, javascript and npm).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts