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.
- Host: GitHub
- URL: https://github.com/jaredramirez/angular2-es6-basic
- Owner: jaredramirez
- License: mit
- Created: 2016-05-19T16:10:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T21:19:19.000Z (over 9 years ago)
- Last Synced: 2025-01-11T03:52:27.436Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).