Skip to content

parasagrawal71/system-design-questions

Repository files navigation

Create a typescript project

  1. mkdir project_name && cd project_name
  2. npm init
  3. Create index.ts
  4. tsc --init
  5. Uncomment few properties such as rootDir, outDir, removeComments. Set outDir to "./dist"
  6. node dist/index.ts

About

Collection of System Design Questions and their Solutions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published