https://github.com/thisloke/hackerrank
My hackerrank solutions (in TS)
https://github.com/thisloke/hackerrank
Last synced: 2 months ago
JSON representation
My hackerrank solutions (in TS)
- Host: GitHub
- URL: https://github.com/thisloke/hackerrank
- Owner: thisloke
- Created: 2024-01-23T11:29:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T18:03:34.000Z (over 1 year ago)
- Last Synced: 2024-01-26T19:08:47.382Z (over 1 year ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-base-project## Quick usage
### 1) Start development
```
npm run build:watch
npm run test:watch
```### 2) Build
```
npm run build
```### 3) Run
```
npm run start
```