Skip to content

4IT580/fitify

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 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:

Local setup

  1. yarn install
  2. see frontend setup
  3. see backend setup

Server Setup

SSH

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

Domains

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages