Skip to content

This repo contains the code for the counter web app. It can be installed as a PWA-App on your smartphone or PC.

License

Notifications You must be signed in to change notification settings

philskat/counter-app-web

Repository files navigation

CI CodeQL Snyk Vulnerabilities for GitHub Repo License

Counter App Web

This is a web-version of my own counter-app. It should be using PWA technology to be installed on every device.

The app is available under counter-app.dd-dns.de.

Usage

Listed are the commands configured in the package.json.

npm run build

Used to build the web app into the public folder as a production build.

npm run dev

Used to start the app with in development mode. Live reloads the app.

npm run lint

Used to lint the code with eslint.

npm run format

Used to format the code with prettier.

npm test

Used to run the component tests.

npm run test:watch

Used to run the component tests in watch mode for reloading.

About

This repo contains the code for the counter web app. It can be installed as a PWA-App on your smartphone or PC.

Topics

Resources

License

Stars

Watchers

Forks