My hackerrank solutions (in TS)
Find a file
2024-01-25 19:03:29 +01:00
src challenge ctci-random-note 2024-01-25 19:03:29 +01:00
.gitignore challenge ctci-array-left-rotation 2024-01-24 18:55:09 +01:00
package-lock.json first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00
package.json challenge ctci-random-note 2024-01-25 19:03:29 +01:00
README.md first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00
tsconfig.json first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00

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