4it445-the-league

Agile development web application

Stars
0
Committers
6

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

The League 4

Fantasy league app created by Team 4 as semestral project.

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

Local development

DB - SSH tunel

BE

cd backend/
yarn install
yarn dev

FE

cd frontend/
yarn install
yarn dev