This repository contains the code for the Landing Page microservice of the Saticoy project. This microservice is responsible for displaying a webpage about the project for unauthorized users. It will also contain a button to the login page. It is written in TypeScript and uses ReactJS for the front-end. It uses the @saticoy/ui
library to make sure the backend is in line with all other front-end services. At the backend, it uses the @saticoy/core
library to do the backend operations for Saticoy.
To install the code locally, run the following commands:
npm install
To run the code, use the following command:
npm run dev
To build the distribution for this service, run the following commands:
npm run build