A robust and scalable starter project for building Node.js applications using TypeScript, complete with pre-configured development tools and best practices.
In the project directory, you can run:
Runs the app in the development mode using ts-node
. The app will reload if you make edits.
Runs the compiled app in production mode.
Compiles the TypeScript code to JavaScript in the dist
directory.
Launches the test runner and runs all tests.
Runs ESLint on all .ts
files in the project to check for linting errors.
Runs ESLint on all .ts
files in the project and automatically fixes any fixable problems.
You can learn more about each of these scripts in the npm scripts documentation.