Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 835 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 835 Bytes

HAW Media Systems Software Engineering (SoSe 2021)

codecov continous integration

Getting started

VS Code Settings

Install the following VS Code Plugins:

  • ESLint
  • Prettier

Running the application for development

You should be using Node.js version 14

If you don't have yarn installed yet, run this command: npm install -g yarn

Install dependencies using yarn:

yarn install

Then run the application in development mode:

yarn start