This project was created using ExpressJs, Typescript, MongoDB
In project directory, you can run:
Runs the application by concurrently building the ts file using tsc and running the application using nodemon.
Runs the build system, to build to typescript files into Javascript.
Runs nodemon with actually runs the js built express application.
Runs the build system, to build to typescript files into Javascript.
Runs nodemon with actually runs the express application with ts built.