Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ho991217/typescript-playground
https://github.com/ho991217/typescript-playground
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ho991217/typescript-playground
- Owner: ho991217
- Created: 2024-06-13T04:14:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T01:40:53.000Z (5 months ago)
- Last Synced: 2024-06-18T03:46:30.343Z (5 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### TypeScript Playground
TypeScript Playground는 Node.JS 환경에서 구동되는 프로젝트입니다.
라이브러리를 개발하거나 간단한 코드를 실행해볼 때 사용할 수 있습니다.
### 커맨드
#### 개발모드 실행
```bash
yarn dev
```#### 빌드
```bash
yarn build
```#### 실행
```bash
yarn start
```