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
- Host: GitHub
- URL: https://github.com/beeman/loopback-angular-material
- Owner: beeman
- License: mit
- Created: 2015-01-30T01:41:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T03:30:17.000Z (over 11 years ago)
- Last Synced: 2024-10-30T05:26:07.790Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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