Skip to content

janajurcova/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

Domains

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • CSS 2.6%
  • Other 1.3%