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!
- Host: GitHub
- URL: https://github.com/gmcgibbon/middleman-angular2
- Owner: gmcgibbon
- License: mit
- Created: 2016-11-04T06:46:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T06:47:07.000Z (over 9 years ago)
- Last Synced: 2025-06-08T23:35:48.954Z (about 1 year ago)
- Topics: angular2, middleman, webpack
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).