An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# RWID TypeScript

[![License](https://badgen.net/github/license/ngodingbang/rwid-typescript "License")](LICENSE.md)
[![Release](https://badgen.net/github/release/ngodingbang/rwid-typescript "Release")](https://github.com/ngodingbang/rwid-typescript/releases)
[![Test Status](https://github.com/ngodingbang/rwid-typescript/actions/workflows/main.yml/badge.svg "Test Status")](https://github.com/ngodingbang/rwid-typescript/actions/workflows/main.yml)
[![Coverage Status](https://codecov.io/gh/ngodingbang/rwid-typescript/graph/badge.svg?token=2LTG789L2S "Coverage Status")](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

- [![Node.js](https://img.shields.io/badge/Node.js%20^22.14.0-43853D?logo=node.js&logoColor=white "Node.js")](https://nodejs.org)
- [![pnpm](https://img.shields.io/badge/pnpm%20^10.8.1-F69220?logo=pnpm&logoColor=white "pnpm")](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
```