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

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

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
```