Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

64 lines (35 loc) · 1.17 KB

Project Virtual Q Web Client

Name

Virtual Q Web Client

Description

It's a web app which allows the user to manage virtual ticket queues. In this repository is the frontend code of the web app.

Developer setup

1. Install the latest Node LTS v20.x and NPM on your machine.

https://nodejs.org/

2. Install the project dependencies.

Run this command in the root folder of the repository:

npm ci

3. Start development server

3.1 You also need to start the Backend API "Virtual Q API". (Check out the other Readme for detail instructions for that.)

3.2 Run this command in the root folder of the project:

npm run dev

Build project to make it ready for deployment

1. Install dependencies

Run this command in the root folder of the repository:

npm ci

2. Build application

Run this command in the root folder of the repository:

npm run build

Run Lint

Run this command in the root folder of the repository:

npm run lint

Run Unit Tests

Run this command in the root folder of the repository:

npm run test

Contributing

This project is a solo project.

Authors and acknowledgment

  • Jonas Voland

License

MIT