Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

cngroupdk/vse-4it580-2022

Repository files navigation

JavaScript

We will be using Node.js. Please see .nvmrc to find current node.js version we are using. New JavaScript features (ES2015+) are "enabled" for all modern browsers with Babel.

Reference

Literature

JavaScript Packages

  • yarn CLI docs
  • Useful commands:
    • yarn install (install local dependencies - based on package.json and yarn.lock files)
    • yarn add <package-name> (install new NPM package and add it as a dependency to package.json)
    • yarn <script-name> (eg. yarn start, yarn prettier, see "scripts" section in package.json)
  • Search for packages:

Server Setup

SSH

Domains