Loopback application with ts-node + ts-node-dev + yarn 2
Run the following command:
yarn install
yarn start
Open http://127.0.0.1:3000 in your browser.
No more build the project or anything else.
To use the autoreload feature:
yarn dev
If eslint
and prettier
are enabled for this project, you can use the
following commands to check code style and formatting issues.
yarn lint
To automatically fix such issues:
yarn lint:fix
yarn test