Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/idindrakusuma/typescript-playground


https://github.com/idindrakusuma/typescript-playground

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

## Typescript Playground

_Learning Typescript from many source platform :)_

## Documentation
- [Basic Types](./docs/basic-types.md)

### How to run this config?
- Requiremet (NodeJs, TypeScript cli)
- Please intall typescript into your machine first
```bash
npm i -g typescript
```
- do compile with this comment
```bash
npm run build
```
- run the project with command `npm start`