Skip to content

Bartas139/vse-4it445

 
 

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

Domains

About

4IT445: Agilní vývoj webových aplikací - VŠE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 4.3%
  • CSS 0.9%