https://github.com/ngodingbang/rwid-typescript
Learn TypeScript from basic.
https://github.com/ngodingbang/rwid-typescript
learning typescript
Last synced: about 4 hours ago
JSON representation
Learn TypeScript from basic.
- Host: GitHub
- URL: https://github.com/ngodingbang/rwid-typescript
- Owner: ngodingbang
- License: mit
- Created: 2025-04-19T06:26:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T13:25:23.000Z (about 1 year ago)
- Last Synced: 2025-08-21T17:00:47.168Z (10 months ago)
- Topics: learning, typescript
- Language: JavaScript
- Homepage: http://ngodingbang.my.id/rwid-typescript/
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RWID TypeScript
[](LICENSE.md)
[](https://github.com/ngodingbang/rwid-typescript/releases)
[](https://github.com/ngodingbang/rwid-typescript/actions/workflows/main.yml)
[](https://codecov.io/gh/ngodingbang/rwid-typescript)
Learn TypeScript from basic.
## Table of Contents
- [RWID TypeScript](#rwid-typescript)
- [Table of Contents](#table-of-contents)
- [Requirements](#requirements)
- [Installation](#installation)
- [Getting Started](#getting-started)
- [Testing](#testing)
## Requirements
- [](https://nodejs.org)
- [](https://pnpm.io)
## Installation
To get started using this app in your localhost, simply paste this command into your terminal:
```bash
git clone https://github.com/ngodingbang/rwid-typescript.git
pnpm install
```
## Getting Started
First, run the development server:
```bash
pnpm run dev
```
## Testing
To run the test suite, use the following command:
```bash
pnpm run test
```