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.
Listed are the commands configured in the package.json
.
Used to build the web app into the public folder as a production build.
Used to start the app with in development mode. Live reloads the app.
Used to lint the code with eslint
.
Used to format the code with prettier
.
Used to run the component tests.
Used to run the component tests in watch mode for reloading.