Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 922 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 922 Bytes

Typescript Node Starter

A robust and scalable starter project for building Node.js applications using TypeScript, complete with pre-configured development tools and best practices.

Available Scripts

In the project directory, you can run:

yarn dev

Runs the app in the development mode using ts-node. The app will reload if you make edits.

yarn start

Runs the compiled app in production mode.

yarn build

Compiles the TypeScript code to JavaScript in the dist directory.

yarn test

Launches the test runner and runs all tests.

yarn lint

Runs ESLint on all .ts files in the project to check for linting errors.

yarn lint:fix

Runs ESLint on all .ts files in the project and automatically fixes any fixable problems.

Learn More

You can learn more about each of these scripts in the npm scripts documentation.