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

https://github.com/gmcgibbon/middleman-angular2

A Middleman template with Angular2 and Webpack!
https://github.com/gmcgibbon/middleman-angular2

angular2 middleman webpack

Last synced: 3 months ago
JSON representation

A Middleman template with Angular2 and Webpack!

Awesome Lists containing this project

README

          

# Middleman Angular 2

A Middleman template with Angular2 and Webpack!

## Usage

```
# Setup
bundle install
npm install -g webpack typescript typings
npm install

# Development
bundle exec middleman server

# Build
bundle exec middleman build
```

## License

This project is released under the [MIT License](http://www.opensource.org/licenses/MIT).