A basic example project setting up an angular2 application with ES6, babel, and webpack. Implements basic angular2-material for styling.
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.