Node.js ts back server

install Node.js 12+

Install Libraries

mpm i yarn -g

yarn

Available Scripts

In the project directory, you can run:

yarn watch-dev

The server will rebuild if you make edits.

yarn start-dev

Runs the server in the development mode.
Open http://localhost:7542/3.0 to view it in the browser.

The server will reload if you make edits.

yarn build

Builds the server for production to the dist folder.
Your server is ready to be deployed!

yarn start

Runs the server