Loopback template
Loopback application with ts-node + ts-node-dev + yarn 2
Install dependencies
Run the following command:
yarn install
Run the application
yarn start
Open http://127.0.0.1:3000 in your browser.
No more build the project or anything else.
Development
To use the autoreload feature:
yarn dev
Fix code style and formatting issues
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
Tests
yarn test