Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 288 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 288 Bytes

Thesis Signage App - CSR SPA & SSR MPA Prototypes

Prerequisites

  • Node.js v20.15.0
  • Docker

Install dependencies

npm i

Start applications

npm run start:services
OPENWEATHERMAP_API_KEY=<your_api_key> npm run start:api
npm run start:frontend