This video is available to students only
Module 1 Summary
This lesson is a summary of the work we've done in Module 1.0.
This lesson is a summary of what we've done in Module 1.0.
In Module 1.0, we've built a very simple Node/Express/Typescript project.
package.json
#
In the package.json
file of our app, we can see the dependencies
and devDependencies
our app depends on. body-parser
and the express
packages are our app's main dependencies. In our development dependencies, we've introduced the TypeScript ESLint packages, the eslint
package, nodemon
, and typescript
. We've introduced two scripts in our app; the start