Skip to content

mdbetancourt/ts-node-loopback

Repository files navigation

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

About

Loopback sample repository with ts-node + yarn 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published