Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idindrakusuma/typescript-playground
https://github.com/idindrakusuma/typescript-playground
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/idindrakusuma/typescript-playground
- Owner: idindrakusuma
- Created: 2019-03-31T10:35:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T12:36:09.000Z (almost 6 years ago)
- Last Synced: 2024-12-22T17:15:49.949Z (12 days ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`