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

https://github.com/myurasov/webapp-starter

Angular + JSPM + Gulp + Material Starter (Feb-2017)
https://github.com/myurasov/webapp-starter

Last synced: 25 days ago
JSON representation

Angular + JSPM + Gulp + Material Starter (Feb-2017)

Awesome Lists containing this project

README

        

- [Angular + JSPM + Gulp + Material Starter (Feb-2017)](#angular-jspm-gulp-material-starter-feb-2017)
- [Requirements](#requirements)
- [Development](#development)
- [Installation](#installation)
- [Live Reload](#live-reload)
- [Building](#building)

# Angular + JSPM + Gulp + Material Starter (Feb-2017)

## Requirements

- Node.js 6.x+ (`nvm install 6 && nvm use`)
- gulp (`npm i -g gulp`)
- jspm (`npm i -g jspm`)

- Bower endpoint for JSPM:

```sh
npm i -g jspm-bower-endpoint
jspm registry create bower jspm-bower-endpoint
```

## Development

### Installation

```bash
git clone
cd /webapp
cp src/web/app/app.config.js src/web/app/app.config.local.js
npm i && jspm i
```

### Live Reload

`gulp serve`

### Building

`gulp build:`