Skip to content

Wenish/virtual-q-web-client

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages