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

cngroupdk/vse-4it445-2019

Repository files navigation

JavaScript

We will be using Node.js v10.16.2. New JavaScript features (ES2015) are "enabled" for 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>
    • yarn <script-name> (eg. yarn start, yarn prettier, see "scripts" section in package.json)
    • yarn run
  • Search for packages:

React

Server Setup

SSH

  • ssh username@vse.handson.pro
  • frontend code: cd ~/code/cviceni/frontend

Domains