Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vcjpierre/ionic5-crono
Ionic App Timer Stopwatch ⌚
https://github.com/vcjpierre/ionic5-crono
capacitor ionic ionic5 stopwatch-application timer-stopwatch
Last synced: about 20 hours ago
JSON representation
Ionic App Timer Stopwatch ⌚
- Host: GitHub
- URL: https://github.com/vcjpierre/ionic5-crono
- Owner: vcjpierre
- Created: 2019-02-23T06:21:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T17:13:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T17:37:05.194Z (almost 2 years ago)
- Topics: capacitor, ionic, ionic5, stopwatch-application, timer-stopwatch
- Language: TypeScript
- Homepage:
- Size: 3.09 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Timer Stopwatch ⌚
## Demo
## Setup
Requirements to use this project:
- [Node.js](https://nodejs.org/download/)
- [Ionic CLI](https://ionicframework.com/docs/intro/cli)
Install the Ionic CLI with npm:
```sh
$ npm install -g @ionic/cli
```## Install NPM Dependencies
Once you clone this repository, run this command on your terminal to install all needed dependencies:
```sh
$ npm install
```## Launching the App
After installing the needed dependencies you are done, launch your app with a simple
```sh
$ ionic serve
```
## Ionic Info
```
Ionic:Ionic CLI : 6.11.8
Ionic Framework : @ionic/angular 5.3.2
@angular-devkit/build-angular : 0.1000.8
@angular-devkit/schematics : 10.0.8
@angular/cli : 10.0.8
@ionic/angular-toolkit : 2.3.3Capacitor:
Capacitor CLI : 2.4.1
@capacitor/core : 2.4.1System:
NodeJS : v12.16.2
npm : 6.14.5
OS : Windows 10
```