https://github.com/backpackerhh/typescript-course-sorting
TypeScript: The Complete Developer's Guide - App 2
https://github.com/backpackerhh/typescript-course-sorting
Last synced: 8 months ago
JSON representation
TypeScript: The Complete Developer's Guide - App 2
- Host: GitHub
- URL: https://github.com/backpackerhh/typescript-course-sorting
- Owner: backpackerhh
- Created: 2024-01-21T09:00:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T12:11:18.000Z (over 2 years ago)
- Last Synced: 2025-01-08T20:26:25.798Z (over 1 year ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting
## Up and running
Install dependencies:
```bash
$ npm run install-deps
```
Compile and run code in watching mode:
```bash
$ npm start
```