Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 400 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 400 Bytes

How the baseline InversifyJS project/app was created

> yarn init
> yarn add node reflect-metadata
> yarn add typescript --dev
> mkdir src
> git init

Then:

  • Created src\index.ts
  • Created the tsconfig.json
  • Added script directives to package.json
  • Opened directory in VS Code and create launch configuration and task
  • Created .gitignore
  • git commit, git remote add, and git push