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

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

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)