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

https://github.com/jaredramirez/angular2-es6-basic

A basic project setting up an angular2 application with ES6, babel, and webpack.
https://github.com/jaredramirez/angular2-es6-basic

Last synced: 10 months ago
JSON representation

A basic project setting up an angular2 application with ES6, babel, and webpack.

Awesome Lists containing this project

README

          

# angular2-es6-basic

A basic example project setting up an angular2 application with ES6, babel, and webpack. Implements basic angular2-material for styling.

## getting started

Go to the project directory terminal.
First, run `npm install` and `gulp`.
Then run `http-server`, and navigate to [http://localhost:8080/app/index.html](http://localhost:8080/app/index.html).