https://github.com/ankeetmaini/angular-es6-webpack
A minimalistic configuration to run Angular written in ES6 with Webpack
https://github.com/ankeetmaini/angular-es6-webpack
Last synced: 10 months ago
JSON representation
A minimalistic configuration to run Angular written in ES6 with Webpack
- Host: GitHub
- URL: https://github.com/ankeetmaini/angular-es6-webpack
- Owner: ankeetmaini
- Created: 2015-08-17T09:08:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T09:22:55.000Z (almost 11 years ago)
- Last Synced: 2025-03-18T03:22:33.623Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Angular in ES6 with Webpack #
- this creates a bundle.js in build directory
- the `bundle.js` is picked up by the index.html
## Running ##
```
npm install
npm run bundle
```
- open index.html, either manually or use a server
- e.g Python server
```
python -m SimpleHTTPServer
```
- point chrome browser to [http://localhost:8000](http://localhost:8000)