Skip to content

SAI-SRINIVASA-SUBRAMANYAM/inversify_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Create porject on your own:

Initializing the project

yarn init -y

yarn tsc --init

Basic Setup

yarn add -D typescript

yarn tsc --init --rootDir src --outDir dist

yarn add inversify reflect-metadata --save

Compiling & Running

yarn install

yarn start

Helpful links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published