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

https://github.com/scottaddie/webpack-angular-es2015

Angular 1.5 app using ES 2015 and Webpack
https://github.com/scottaddie/webpack-angular-es2015

Last synced: about 1 month ago
JSON representation

Angular 1.5 app using ES 2015 and Webpack

Awesome Lists containing this project

README

        

# webpack-angular-es2015
Angular 1.5 app using ES 2015 and Webpack

An accompanying blog post can be found at: http://scottaddie.com/2015/06/29/webpackin-your-es-2015-angular-1-x-spa/

##Project Setup
1. Install the Webpack CLI and the Typings definitions manager at the system level as follows:
`npm i -g webpack typings`
2. Install the local project's npm packages and type definitions for Node.js as follows:
`npm i`
3. Build the project according to your desired mode as follows:
* Development Mode = `npm run dev-build`
* Production Mode = `npm run dist-build`
4. Open index.html in your browser of choice