You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to install global deps (if you don't already have them):
npminstall-gtypescriptnodemonjestts-jestesbuildnpxconcurrently// or yarnglobaladdtypescriptnodemonjestts-jestesbuildnpxconcurrently
how to install deps:
npminstall// or yarn
boilerplate structure:
// src/* - developers files// build/* - production files// src/common/*.ts - parts shared in script like utils or helpers// src/common/__test__/*.test.ts - example of test for shared part// src/task/*.ts - main part of script// src/data/*.json - hardcoded data dir// src/typings/index.d.ts - custom shared types