An open API service indexing awesome lists of open source software.

https://github.com/beeman/loopback-angular-material

An integration of the Loopback API with angular-material
https://github.com/beeman/loopback-angular-material

Last synced: 8 months ago
JSON representation

An integration of the Loopback API with angular-material

Awesome Lists containing this project

README

          

# loopback-angular-material
An integration of the Loopback API with angular-material

## Getting started

Install packages and start the API

$ npm install # install dependencies
$ npm run dev # run server with nodemon on http://localhost:3000

In another terminal:

$ gulp # Run livereload server on http://localhost:9000

To rebuild lb-services:

$ npm run services