Express

Describes the languages, versions, etc. that must be installed in accordance with the framework.

  1. Express requires Node.js 18.x.
    Node Installation Shortcuts. Node.js →

  2. install the depencensies

    npm install
    
  3. run express

      npm run start