Skip to content

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

Notifications You must be signed in to change notification settings

NejedlyJan/vse-4it445

 
 

Repository files navigation

JavaScript

We will be using Node.js v8.12.0. 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 run
    • yarn <script-name>
  • 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 72.6%
  • HTML 21.3%
  • CSS 6.1%