https://github.com/marlinsk/digitalclock-bun-oop-typescript
Digital clock made with typescript, object-oriented programming and Bun
https://github.com/marlinsk/digitalclock-bun-oop-typescript
bun digitalclock oriented-object-programming typescript
Last synced: 4 months ago
JSON representation
Digital clock made with typescript, object-oriented programming and Bun
- Host: GitHub
- URL: https://github.com/marlinsk/digitalclock-bun-oop-typescript
- Owner: Marlinsk
- Created: 2022-08-23T18:03:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T00:50:32.000Z (over 1 year ago)
- Last Synced: 2025-01-06T06:44:02.684Z (6 months ago)
- Topics: bun, digitalclock, oriented-object-programming, typescript
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital clock
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.