https://github.com/phra/loopback-angular2-boilerplate-outdated
Example of webapp based on LoopBack, Gulp, JSPM, Angular2 & PostCSS
https://github.com/phra/loopback-angular2-boilerplate-outdated
Last synced: 6 months ago
JSON representation
Example of webapp based on LoopBack, Gulp, JSPM, Angular2 & PostCSS
- Host: GitHub
- URL: https://github.com/phra/loopback-angular2-boilerplate-outdated
- Owner: phra
- License: gpl-3.0
- Created: 2016-02-26T17:08:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T11:55:52.000Z (over 9 years ago)
- Last Synced: 2025-08-22T17:59:39.681Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 363 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LoopBack w/ Angular2 & Gulp & JSPM & PostCSS Boilerplate
# DEPRECATED -> updated started kit -> https://github.com/phra/angular2-loopback-starter
### Installing
```sh
$ git clone https://github.com/phra/loopback-angular2-boilerplate.git
$ cd loopback-angular2-boilerplate
$ npm i
```
### Developing (launch JSPM in development mode)
```sh
$ npm run serve
```
### Deploy (create production build)
```sh
$ npm run deploy
```
### Deploy + serve (create production build and launch node server)
```
$ npm run deploy:serve
```