Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lundjrl/ts-examples
Some typescript examples to use
https://github.com/lundjrl/ts-examples
typescript
Last synced: about 2 months ago
JSON representation
Some typescript examples to use
- Host: GitHub
- URL: https://github.com/lundjrl/ts-examples
- Owner: lundjrl
- Created: 2024-07-03T23:26:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T23:47:37.000Z (7 months ago)
- Last Synced: 2024-12-03T18:49:16.033Z (about 2 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-examples
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.