/express-lb4-ng

express-lb4-ng proof of concept (Express, Loopback 4, Angular 7)

Primary LanguageTypeScript

express-lb4-ng

Example of express hosting Loopback 4 app and Angular 7 client. Includes simple todo list that is consumed by angular component. You can use explorer to alter data.

TLDR;

First run:

$ npm install

Development:

$ npm run dev

todo

  • instruction on how to make this repo